emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master a0e026b: Don't display the Gnus splash on gnus-read-ephemeral-ema


From: Lars Ingebrigtsen
Subject: master a0e026b: Don't display the Gnus splash on gnus-read-ephemeral-emacs-bug-group
Date: Thu, 3 Sep 2020 22:46:02 -0400 (EDT)

branch: master
commit a0e026b274ea76845e1eee94dcc90da07fb06666
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 f615d49..295395c 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]