diff options
| author | Sam Steingold | 2001-09-19 18:05:52 +0000 |
|---|---|---|
| committer | Sam Steingold | 2001-09-19 18:05:52 +0000 |
| commit | 55388e55663e1f2ca19f3ff43dc015a6ba1de2ad (patch) | |
| tree | e24ace7fad9e474da39764bd76c62ad6816a04b2 | |
| parent | 7853aef6a4f4481e8b2cb28dcc3124614ea50fe5 (diff) | |
| download | emacs-55388e55663e1f2ca19f3ff43dc015a6ba1de2ad.tar.gz emacs-55388e55663e1f2ca19f3ff43dc015a6ba1de2ad.zip | |
(gnus-buffer-configuration): Respect `gnus-bug-create-help-buffer'.
| -rw-r--r-- | lisp/gnus/ChangeLog | 5 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2001-09-19 Sam Steingold <sds@gnu.org> | ||
| 2 | |||
| 3 | * gnus-win.el (gnus-buffer-configuration): Respect | ||
| 4 | `gnus-bug-create-help-buffer'. | ||
| 5 | |||
| 1 | 2001-09-18 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 6 | 2001-09-18 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 2 | 7 | ||
| 3 | * mm-util.el (mm-charset-synonym-alist): Add windows-1250 so we | 8 | * 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 @@ | |||
| 145 | ("*Shell Command Output*" 1.0))) | 145 | ("*Shell Command Output*" 1.0))) |
| 146 | (bug | 146 | (bug |
| 147 | (vertical 1.0 | 147 | (vertical 1.0 |
| 148 | ("*Gnus Help Bug*" 0.5) | 148 | (if gnus-bug-create-help-buffer '("*Gnus Help Bug*" 0.5)) |
| 149 | ("*Gnus Bug*" 1.0 point))) | 149 | ("*Gnus Bug*" 1.0 point))) |
| 150 | (score-trace | 150 | (score-trace |
| 151 | (vertical 1.0 | 151 | (vertical 1.0 |
| @@ -433,7 +433,7 @@ See the Gnus manual for an explanation of the syntax used.") | |||
| 433 | ;; put point in the assigned buffer, and do not touch the | 433 | ;; put point in the assigned buffer, and do not touch the |
| 434 | ;; winconf. | 434 | ;; winconf. |
| 435 | (select-window all-visible) | 435 | (select-window all-visible) |
| 436 | 436 | ||
| 437 | ;; Make sure "the other" buffer, nntp-server-buffer, is live. | 437 | ;; Make sure "the other" buffer, nntp-server-buffer, is live. |
| 438 | (unless (gnus-buffer-live-p nntp-server-buffer) | 438 | (unless (gnus-buffer-live-p nntp-server-buffer) |
| 439 | (nnheader-init-server-buffer)) | 439 | (nnheader-init-server-buffer)) |