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:
parent
6f88247a6c
commit
a0e026b274
1 changed files with 0 additions and 6 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue