mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Fix quoting in gnus-buffer-configuration
* lisp/gnus/gnus-win.el (gnus-buffer-configuration): Include shell-command-buffer-name value rather than symbol in pipe configuration. (Bug#39138, bug#45154)
This commit is contained in:
parent
808817d76f
commit
9bfcee52c1
1 changed files with 2 additions and 2 deletions
|
|
@ -68,7 +68,7 @@ used to display Gnus windows."
|
|||
:type 'boolean)
|
||||
|
||||
(defvar gnus-buffer-configuration
|
||||
'((group
|
||||
`((group
|
||||
(vertical 1.0
|
||||
(group 1.0 point)))
|
||||
(summary
|
||||
|
|
@ -142,7 +142,7 @@ used to display Gnus windows."
|
|||
(pipe
|
||||
(vertical 1.0
|
||||
(summary 0.25 point)
|
||||
(shell-command-buffer-name 1.0)))
|
||||
(,shell-command-buffer-name 1.0)))
|
||||
(bug
|
||||
(vertical 1.0
|
||||
(if gnus-bug-create-help-buffer '("*Gnus Help Bug*" 0.5))
|
||||
|
|
|
|||
Loading…
Reference in a new issue