* gnus-xmas.el (gnus-xmas-group-startup-message): Position point to the top.
authoryamaoka <yamaoka>
Thu, 10 Jan 2002 05:13:14 +0000 (05:13 +0000)
committeryamaoka <yamaoka>
Thu, 10 Jan 2002 05:13:14 +0000 (05:13 +0000)
ChangeLog
lisp/gnus-xmas.el

index fca4dbf..3a0c447 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Position
+       point to the top.
+
 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * lisp/canlock.el (canlock-string-as-unibyte): New macro.
index 006715a..3f65dcf 100644 (file)
@@ -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))