From e03eed51546d1e5010f926c1d36012397cf0f573 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 29 Sep 2000 19:37:23 +0000 Subject: [PATCH] (gnus-mode-line-buffer-identification)[EMACS]: Fix last change. --- lisp/gnus/gnus.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el index f32e325dfd9..b3078dca139 100644 --- a/lisp/gnus/gnus.el +++ b/lisp/gnus/gnus.el @@ -1,4 +1,4 @@ -;;; gnus.el --- a newsreader for GNU Emacs +:;;; gnus.el --- a newsreader for GNU Emacs ;; Copyright (C) 1987, 1988, 1989, 1990, 1993, 1994, 1995, 1996, ;; 1997, 1998, 2000 Free Software Foundation, Inc. @@ -304,9 +304,9 @@ be set in `.emacs' instead." (setq gnus-mode-line-image-cache (find-image '((:type xpm :file "gnus-pointer.xpm" - :ascent 'center) + :ascent center) (:type xbm :file "gnus-pointer.xbm" - :ascent 'center)))) + :ascent center)))) gnus-mode-line-image-cache) 'help-echo "This is Gnus") str) -- 2.39.5