emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 36aa9bd8183: ; Fix previous change


From: Robert Pluim
Subject: emacs-29 36aa9bd8183: ; Fix previous change
Date: Mon, 12 Jun 2023 13:08:46 -0400 (EDT)

branch: emacs-29
commit 36aa9bd818334bba56b0fdd6e10d7dc05ba4bbd4
Author: Robert Pluim <rpluim@gmail.com>
Commit: Robert Pluim <rpluim@gmail.com>

    ; Fix previous change
    
    * lisp/window.el (display-tex-shell-buffer-action): Fix default
    value's type.  (Bug#63956)
---
 lisp/window.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/window.el b/lisp/window.el
index 78b0787abdb..16f16a75418 100644
--- a/lisp/window.el
+++ b/lisp/window.el
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]