summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMattias EngdegÄrd <mattiase@acm.org>2022-12-13 16:10:34 +0100
committerMattias EngdegÄrd <mattiase@acm.org>2022-12-13 16:10:34 +0100
commit19d608da2abd1bb682f98207a655a2b484031a10 (patch)
treecf1c448e6d61e579bb068f93df7d606eedb0f71d
parente6bad7999a28a545bb833225b148b55c68eb42de (diff)
downloademacs-19d608da2abd1bb682f98207a655a2b484031a10.tar.gz
; * lisp/progmodes/gdb-mi.el (gdb-locals-table-row-config): fix type
-rw-r--r--lisp/progmodes/gdb-mi.el2
1 files changed, 1 insertions, 1 deletions
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")