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:
Lars Ingebrigtsen 2020-09-25 15:38:53 +02:00
parent a9ad0bbf14
commit c27096296f

View file

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