]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typo from commit 32c5bdfa971
authorPhilip Kaludercic <philipk@posteo.net>
Sat, 17 Feb 2024 18:20:42 +0000 (19:20 +0100)
committerEshel Yaron <me@eshelyaron.com>
Tue, 20 Feb 2024 14:58:32 +0000 (15:58 +0100)
* lisp/gnus/gnus-util.el (gnus-not-ignore): Quote the argument
to defalias.

(cherry picked from commit 20997aa20728a6fc2a3de736e9fc718b97dcef99)

lisp/gnus/gnus-util.el

index 7218c686a2aeafe8aafa89b24107487970688e7e..0b0a9bbfc1d8f8bb286847bb648ebfbd8e85997a 100644 (file)
@@ -1113,7 +1113,7 @@ sure of changing the value of `foo'."
     (setq gnus-info-buffer (current-buffer))
     (gnus-configure-windows 'info)))
 
-(defalias gnus-not-ignore #'always)
+(defalias 'gnus-not-ignore #'always)
 
 (defvar gnus-directory-sep-char-regexp "/"
   "The regexp of directory separator character.