From: Lars Ingebrigtsen Date: Fri, 4 Sep 2020 02:45:49 +0000 (+0200) Subject: Don't display the Gnus splash on gnus-read-ephemeral-emacs-bug-group X-Git-Tag: emacs-28.0.90~6260 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a0e026b274ea76845e1eee94dcc90da07fb06666;p=emacs.git 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). --- 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)