(gnus-group-startup-message): Add newline before image.
authorDave Love <fx@gnu.org>
Wed, 3 May 2000 08:45:06 +0000 (08:45 +0000)
committerDave Love <fx@gnu.org>
Wed, 3 May 2000 08:45:06 +0000 (08:45 +0000)
lisp/gnus.el

index 73c9cf4..2269b07 100644 (file)
@@ -753,6 +753,8 @@ be set in `.emacs' instead."
         (let ((image (find-image '((:type xpm :file "gnus.xpm")
                                    (:type xbm :file "gnus.xbm")))))
           (when image
+            (newline)                  ; Have somewhere for cursor to
+                                       ; go, not stretched over image.
             (insert-image image " ")
             (goto-char (point-min))
             (while (not (eobp))