1
0
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:
Robert Pluim 2023-06-12 19:02:29 +02:00
parent aaeaf608d8
commit 36aa9bd818

View File

@ -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