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 8a6d924..e140c75 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."