diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2020-09-04 04:45:49 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2020-09-04 04:45:55 +0200 |
commit | a0e026b274ea76845e1eee94dcc90da07fb06666 (patch) | |
tree | 2f65df3ef3705d1a925aba3acd31d3e96b8ff806 /lisp/gnus | |
parent | 6f88247a6c44e8ca6c36f7db36f9bc2a878c8cf6 (diff) | |
download | emacs-a0e026b274ea76845e1eee94dcc90da07fb06666.tar.gz |
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).
Diffstat (limited to 'lisp/gnus')
-rw-r--r-- | lisp/gnus/gnus.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el index f615d49d276..295395c79c2 100644 --- a/lisp/gnus/gnus.el +++ b/lisp/gnus/gnus.el @@ -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) |