mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
; Fix previous change
* lisp/window.el (display-tex-shell-buffer-action): Fix default value's type. (Bug#63956)
This commit is contained in:
parent
aaeaf608d8
commit
36aa9bd818
@ -8776,7 +8776,7 @@ another window."
|
||||
:group 'windows
|
||||
:group 'comint)
|
||||
|
||||
(defcustom display-tex-shell-buffer-action 'display-buffer-in-previous-window
|
||||
(defcustom display-tex-shell-buffer-action '(display-buffer-in-previous-window)
|
||||
"`display-buffer' action for displaying TeX shell buffers."
|
||||
:type display-buffer--action-custom-type
|
||||
:risky t
|
||||
|
Loading…
Reference in New Issue
Block a user