diff options
| -rw-r--r-- | lisp/gnus/gnus-util.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-util.el b/lisp/gnus/gnus-util.el index 8a6d9241f07..e140c7512d0 100644 --- a/lisp/gnus/gnus-util.el +++ b/lisp/gnus/gnus-util.el | |||
| @@ -151,7 +151,7 @@ This is a compatibility function for different Emacsen." | |||
| 151 | ;; up the byte compiler. | 151 | ;; up the byte compiler. |
| 152 | (defalias 'gnus-make-local-hook (if (featurep 'xemacs) | 152 | (defalias 'gnus-make-local-hook (if (featurep 'xemacs) |
| 153 | 'make-local-hook | 153 | 'make-local-hook |
| 154 | 'ignore) | 154 | 'ignore)) |
| 155 | 155 | ||
| 156 | (defun gnus-delete-first (elt list) | 156 | (defun gnus-delete-first (elt list) |
| 157 | "Delete by side effect the first occurrence of ELT as a member of LIST." | 157 | "Delete by side effect the first occurrence of ELT as a member of LIST." |