(gnus-group-startup-message): Don't specify string for
authorDave Love <fx@gnu.org>
Tue, 6 Jun 2000 13:44:24 +0000 (13:44 +0000)
committerDave Love <fx@gnu.org>
Tue, 6 Jun 2000 13:44:24 +0000 (13:44 +0000)
insert-image.

lisp/gnus.el

index c7a4477..025db17 100644 (file)
@@ -755,7 +755,7 @@ be set in `.emacs' instead."
           (when image
             (newline)                  ; Have somewhere for cursor to
                                        ; go, not stretched over image.
-            (insert-image image " ")
+            (insert-image image)
             (goto-char (point-min))
             (while (not (eobp))
               (insert (make-string (/ (max (- (window-width) (or x 35)) 0) 2)