From: Glenn Morris Date: Sun, 3 Oct 2010 02:03:18 +0000 (-0700) Subject: Tix fypo in previous change. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~46^2~230 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e6389c4eaf7d6a0ae56351dec9237c49316a47d5;p=emacs.git Tix fypo in previous change. --- 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." ;; up the byte compiler. (defalias 'gnus-make-local-hook (if (featurep 'xemacs) 'make-local-hook - 'ignore) + 'ignore)) (defun gnus-delete-first (elt list) "Delete by side effect the first occurrence of ELT as a member of LIST."