2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
+ * gnus.el: Don't make unnecessary *Group* buffer when loading.
+
* run-at-time.el (run-at-time-saved): Remove.
(run-at-time): Doc fix.
(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))))
+ (when (string-match "gnus" command)
+ (if (string-match "gnus-other-frame" command)
+ (gnus-get-buffer-create gnus-group-buffer)
+ (gnus-splash)))))
;;; Do the rest.