aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2010-10-02 19:03:18 -0700
committerGlenn Morris2010-10-02 19:03:18 -0700
commite6389c4eaf7d6a0ae56351dec9237c49316a47d5 (patch)
tree09af61543646dcd6e270f5ac34b40ea75f3fc586
parent4ec3f7cf3586bcfbf7a983894099f778532dd8de (diff)
downloademacs-e6389c4eaf7d6a0ae56351dec9237c49316a47d5.tar.gz
emacs-e6389c4eaf7d6a0ae56351dec9237c49316a47d5.zip
Tix fypo in previous change.
-rw-r--r--lisp/gnus/gnus-util.el2
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."