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.
This commit is contained in:
parent
a9ad0bbf14
commit
c27096296f
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue