]> git.eshelyaron.com Git - emacs.git/commitdiff
Tix fypo in previous change.
authorGlenn Morris <rgm@gnu.org>
Sun, 3 Oct 2010 02:03:18 +0000 (19:03 -0700)
committerGlenn Morris <rgm@gnu.org>
Sun, 3 Oct 2010 02:03:18 +0000 (19:03 -0700)
lisp/gnus/gnus-util.el

index 8a6d9241f07e5e1de3d4652ad0cb2395200c1032..e140c7512d0f89e36c2f978da6e14f6f4badd238 100644 (file)
@@ -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."