From e6389c4eaf7d6a0ae56351dec9237c49316a47d5 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 2 Oct 2010 19:03:18 -0700 Subject: [PATCH] Tix fypo in previous change. --- lisp/gnus/gnus-util.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." -- 2.39.5