From: Gerd Moellmann Date: Fri, 29 Sep 2000 19:37:23 +0000 (+0000) Subject: (gnus-mode-line-buffer-identification)[EMACS]: Fix X-Git-Tag: emacs-pretest-21.0.90~1267 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e03eed51546d1e5010f926c1d36012397cf0f573;p=emacs.git (gnus-mode-line-buffer-identification)[EMACS]: Fix last change. --- 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)