mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(gnus-buffer-configuration): Respect `gnus-bug-create-help-buffer'.
This commit is contained in:
parent
7853aef6a4
commit
55388e5566
2 changed files with 7 additions and 2 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2001-09-19 Sam Steingold <sds@gnu.org>
|
||||
|
||||
* gnus-win.el (gnus-buffer-configuration): Respect
|
||||
`gnus-bug-create-help-buffer'.
|
||||
|
||||
2001-09-18 Pavel Jan,Am(Bk <Pavel@Janik.cz>
|
||||
|
||||
* mm-util.el (mm-charset-synonym-alist): Add windows-1250 so we
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue