emacs-diffs
[Top][All Lists]
Advanced

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

master c270962 1/2: Fix a defcustom type in gdb-mi.el


From: Lars Ingebrigtsen
Subject: master c270962 1/2: Fix a defcustom type in gdb-mi.el
Date: Fri, 25 Sep 2020 09:42:45 -0400 (EDT)

branch: master
commit c27096296f97c86a05b0ffb099172cefe92b89f7
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix a defcustom type in gdb-mi.el
    
    * lisp/progmodes/gdb-mi.el (gdb-display-source-buffer-action): Fix
    defcustom type to match the value.
---
 lisp/progmodes/gdb-mi.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/gdb-mi.el b/lisp/progmodes/gdb-mi.el
index c71574e..086f0b6 100644
--- a/lisp/progmodes/gdb-mi.el
+++ b/lisp/progmodes/gdb-mi.el
@@ -650,7 +650,7 @@ Note that this variable only takes effect when variable
 
 (defcustom gdb-display-source-buffer-action '(nil . ((inhibit-same-window . 
t)))
   "`display-buffer' action used when GDB displays a source buffer."
-  :type 'list
+  :type 'sexp
   :group 'gdb
   :version "28.1")
 



reply via email to

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