emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 19d608da2a: ; * lisp/progmodes/gdb-mi.el (gdb-locals-table-row-co


From: Mattias Engdegård
Subject: master 19d608da2a: ; * lisp/progmodes/gdb-mi.el (gdb-locals-table-row-config): fix type
Date: Tue, 13 Dec 2022 10:13:30 -0500 (EST)

branch: master
commit 19d608da2abd1bb682f98207a655a2b484031a10
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    ; * lisp/progmodes/gdb-mi.el (gdb-locals-table-row-config): fix type
---
 lisp/progmodes/gdb-mi.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/gdb-mi.el b/lisp/progmodes/gdb-mi.el
index eb0e5b0481..ff14546c63 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")
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]