From 55388e55663e1f2ca19f3ff43dc015a6ba1de2ad Mon Sep 17 00:00:00 2001 From: Sam Steingold Date: Wed, 19 Sep 2001 18:05:52 +0000 Subject: [PATCH] (gnus-buffer-configuration): Respect `gnus-bug-create-help-buffer'. --- lisp/gnus/ChangeLog | 5 +++++ lisp/gnus/gnus-win.el | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 11e41b0cba0..aa08e0f922d 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,8 @@ +2001-09-19 Sam Steingold + + * gnus-win.el (gnus-buffer-configuration): Respect + `gnus-bug-create-help-buffer'. + 2001-09-18 Pavel Jan,Am(Bk * mm-util.el (mm-charset-synonym-alist): Add windows-1250 so we diff --git a/lisp/gnus/gnus-win.el b/lisp/gnus/gnus-win.el index 07e693e793e..f19f77173c2 100644 --- a/lisp/gnus/gnus-win.el +++ b/lisp/gnus/gnus-win.el @@ -145,7 +145,7 @@ ("*Shell Command Output*" 1.0))) (bug (vertical 1.0 - ("*Gnus Help Bug*" 0.5) + (if gnus-bug-create-help-buffer '("*Gnus Help Bug*" 0.5)) ("*Gnus Bug*" 1.0 point))) (score-trace (vertical 1.0 @@ -433,7 +433,7 @@ See the Gnus manual for an explanation of the syntax used.") ;; put point in the assigned buffer, and do not touch the ;; winconf. (select-window all-visible) - + ;; Make sure "the other" buffer, nntp-server-buffer, is live. (unless (gnus-buffer-live-p nntp-server-buffer) (nnheader-init-server-buffer)) -- 2.39.2