1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Don't display the Gnus splash on gnus-read-ephemeral-emacs-bug-group

* lisp/gnus/gnus.el: Don't display the Gnus splash at load time
(bug#43123).
This commit is contained in:
Lars Ingebrigtsen 2020-09-04 04:45:49 +02:00
parent 6f88247a6c
commit a0e026b274

View 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)