]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't display the Gnus splash on gnus-read-ephemeral-emacs-bug-group
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 4 Sep 2020 02:45:49 +0000 (04:45 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 4 Sep 2020 02:45:55 +0000 (04:45 +0200)
* lisp/gnus/gnus.el: Don't display the Gnus splash at load time
(bug#43123).

lisp/gnus/gnus.el

index f615d49d2766a19e3527ee52c8c2257c240946ef..295395c79c29b5b6157ba8a20a56622747c67d95 100644 (file)
@@ -853,12 +853,6 @@ be used directly.")
           (cons (car list) (list :type type :data data)))
        list)))
 
-(let ((command (format "%s" this-command)))
-  (when (string-match "gnus" command)
-    (if (eq 'gnus-other-frame this-command)
-       (gnus-get-buffer-create gnus-group-buffer)
-      (gnus-splash))))
-
 ;;; Do the rest.
 
 (require 'gnus-util)