emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/gnus/gnus.el [gnus-5_10-branch]


From: Reiner Steib
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/gnus.el [gnus-5_10-branch]
Date: Tue, 31 Aug 2004 10:58:11 -0400

Index: emacs/lisp/gnus/gnus.el
diff -c emacs/lisp/gnus/gnus.el:1.27.2.2 emacs/lisp/gnus/gnus.el:1.27.2.3
*** emacs/lisp/gnus/gnus.el:1.27.2.2    Mon Aug 16 10:13:58 2004
--- emacs/lisp/gnus/gnus.el     Tue Aug 31 14:47:59 2004
***************
*** 940,949 ****
  
  (eval-when (load)
    (let ((command (format "%s" this-command)))
!     (if (and (string-match "gnus" command)
!            (not (string-match "gnus-other-frame" command)))
!       (gnus-splash)
!       (gnus-get-buffer-create gnus-group-buffer))))
  
  ;;; Do the rest.
  
--- 940,949 ----
  
  (eval-when (load)
    (let ((command (format "%s" this-command)))
!     (when (string-match "gnus" command)
!       (if (string-match "gnus-other-frame" command)
!         (gnus-get-buffer-create gnus-group-buffer)
!       (gnus-splash)))))
  
  ;;; Do the rest.
  




reply via email to

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