summaryrefslogtreecommitdiff
path: root/lisp/gnus/gnus.el
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-09-29 19:37:23 +0000
committerGerd Moellmann <gerd@gnu.org>2000-09-29 19:37:23 +0000
commit232efb307953018302f308d240a461f75426c0a3 (patch)
tree5658f1415c0296a29379e63dd201d6ba0df279ea /lisp/gnus/gnus.el
parentc65192e42b1cbb23393c96a278bea2f52cb61221 (diff)
downloademacs-232efb307953018302f308d240a461f75426c0a3.tar.gz
(gnus-mode-line-buffer-identification)[EMACS]: Fix
last change.
Diffstat (limited to 'lisp/gnus/gnus.el')
-rw-r--r--lisp/gnus/gnus.el6
1 files 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)