From: Mattias EngdegÄrd Date: Tue, 13 Dec 2022 15:10:34 +0000 (+0100) Subject: ; * lisp/progmodes/gdb-mi.el (gdb-locals-table-row-config): fix type X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=19d608da2abd1bb682f98207a655a2b484031a10;p=emacs.git ; * lisp/progmodes/gdb-mi.el (gdb-locals-table-row-config): fix type --- diff --git a/lisp/progmodes/gdb-mi.el b/lisp/progmodes/gdb-mi.el index eb0e5b0481c..ff14546c63a 100644 --- a/lisp/progmodes/gdb-mi.el +++ b/lisp/progmodes/gdb-mi.el @@ -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")