; Fix typo from commit 32c5bdfa97
* lisp/gnus/gnus-util.el (gnus-not-ignore): Quote the argument to defalias.
This commit is contained in:
parent
32c5bdfa97
commit
20997aa207
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue