]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/progmodes/gdb-mi.el (gdb-locals-table-row-config): fix type
authorMattias Engdegård <mattiase@acm.org>
Tue, 13 Dec 2022 15:10:34 +0000 (16:10 +0100)
committerMattias Engdegård <mattiase@acm.org>
Tue, 13 Dec 2022 15:10:34 +0000 (16:10 +0100)
lisp/progmodes/gdb-mi.el

index eb0e5b0481c3aab1d5e05c0dc0964809cad6f5ce..ff14546c63a944b9f11aab3b73585c0068b9ab58 100644 (file)
@@ -4368,7 +4368,7 @@ of 0 means there is no limit.
 
 Additionally, the order the element in the alist determines the
 left-to-right display order of the properties."
-  :type '(alist :key-type 'symbol :value-type 'integer)
+  :type '(alist :key-type symbol :value-type integer)
   :group 'gud
   :version "30.1")