Mercurial > emacs
changeset 32019:bd101eca34c1
(gnus-mode-line-buffer-identification)[EMACS]: Fix
last change.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 29 Sep 2000 19:37:23 +0000 |
parents | 7912294ca7e2 |
children | 920307b1e659 |
files | lisp/gnus/gnus.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/gnus.el Fri Sep 29 19:22:03 2000 +0000 +++ b/lisp/gnus/gnus.el Fri Sep 29 19:37:23 2000 +0000 @@ -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 @@ (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)