From a0e026b274ea76845e1eee94dcc90da07fb06666 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Fri, 4 Sep 2020 04:45:49 +0200 Subject: [PATCH] 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). --- lisp/gnus/gnus.el | 6 ------ 1 file changed, 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) -- 2.39.5