From: yamaoka Date: Thu, 10 Jan 2002 05:13:14 +0000 (+0000) Subject: * gnus-xmas.el (gnus-xmas-group-startup-message): Position point to the top. X-Git-Tag: t-gnus-6_15_4-11~2 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=e8fc3747db780ce3c64b0f7cc6f59c77ca3664ca;p=elisp%2Fgnus.git- * gnus-xmas.el (gnus-xmas-group-startup-message): Position point to the top. --- diff --git a/ChangeLog b/ChangeLog index fca4dbf..3a0c447 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-01-10 Katsumi Yamaoka + + * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Position + point to the top. + 2002-01-09 Katsumi Yamaoka * lisp/canlock.el (canlock-string-as-unibyte): New macro. diff --git a/lisp/gnus-xmas.el b/lisp/gnus-xmas.el index 006715a..3f65dcf 100644 --- a/lisp/gnus-xmas.el +++ b/lisp/gnus-xmas.el @@ -600,6 +600,7 @@ the resulting string may be narrower than END-COLUMN. (insert (make-string (max 0 (* 2 (/ rest 3))) ?\n))) ;; Paint it. (put-text-property (point-min) (point-max) 'face 'gnus-splash-face))) + (goto-char (point-min)) (setq modeline-buffer-identification (list (concat gnus-version ": *Group*"))) (set-buffer-modified-p t))