changeset 110716:c560ce068799

Tix fypo in previous change.
author Glenn Morris <rgm@gnu.org>
date Sat, 02 Oct 2010 19:03:18 -0700
parents d424d0c7a36c
children 60a469b3a72c
files lisp/gnus/gnus-util.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gnus/gnus-util.el	Sat Oct 02 19:01:07 2010 -0700
+++ b/lisp/gnus/gnus-util.el	Sat Oct 02 19:03:18 2010 -0700
@@ -151,7 +151,7 @@
 ;; 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."