From 4ad47489b9b628db4c1560a3fca03fbab53fc489 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Fri, 10 Mar 2000 00:21:51 +0000 Subject: [PATCH] (gnus-setup-news): Revert. (gnus-setup-news-hook): Revert. --- lisp/gnus-start.el | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/lisp/gnus-start.el b/lisp/gnus-start.el index 5fd167f..13f3423 100644 --- a/lisp/gnus-start.el +++ b/lisp/gnus-start.el @@ -354,7 +354,7 @@ This hook is called as the first thing when Gnus is started." :group 'gnus-start :type 'hook) -(defcustom gnus-setup-news-hook '(gnus-compile) +(defcustom gnus-setup-news-hook nil "A hook after reading the .newsrc file, but before generating the buffer." :group 'gnus-start :type 'hook) @@ -914,12 +914,7 @@ If LEVEL is non-nil, the news will be set up at level LEVEL." (when (and init gnus-slave) (gnus-dribble-clear)) - (gnus-update-format-specifications nil - 'article-mode - 'group - 'group-mode - 'summary - 'summary-mode) + (gnus-update-format-specifications) ;; See whether we need to read the description file. (when (and (boundp 'gnus-group-line-format) -- 1.7.10.4