projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6bad79
)
; * lisp/progmodes/gdb-mi.el (gdb-locals-table-row-config): fix type
author
Mattias Engdegård
<mattiase@acm.org>
Tue, 13 Dec 2022 15:10:34 +0000
(16:10 +0100)
committer
Mattias Engdegård
<mattiase@acm.org>
Tue, 13 Dec 2022 15:10:34 +0000
(16:10 +0100)
lisp/progmodes/gdb-mi.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/gdb-mi.el
b/lisp/progmodes/gdb-mi.el
index eb0e5b0481c3aab1d5e05c0dc0964809cad6f5ce..ff14546c63a944b9f11aab3b73585c0068b9ab58 100644
(file)
--- 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")