[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-29 e0dc60e0780: ; Fix typos in gdb-mi.el
From: |
Eli Zaretskii |
Subject: |
emacs-29 e0dc60e0780: ; Fix typos in gdb-mi.el |
Date: |
Tue, 18 Apr 2023 07:36:50 -0400 (EDT) |
branch: emacs-29
commit e0dc60e07803f9859ad0008bae4b22d6452547b2
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>
; Fix typos in gdb-mi.el
* lisp/progmodes/gdb-mi.el (gdbmi-bnf-result-state-configs): Fix
typos introduced while fixing bug#10580. (Bug#62858)
---
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 8db16729163..27f04e07e80 100644
--- a/lisp/progmodes/gdb-mi.el
+++ b/lisp/progmodes/gdb-mi.el
@@ -2406,7 +2406,7 @@ a GDB/MI reply message."
("+" . ())
("=" . (("thread-created" . (gdb-thread-created . atomic))
("thread-selected" . (gdb-thread-selected . atomic))
- ("thread-existed" . (gdb-ignored-notification . atomic))
+ ("thread-exited" . (gdb-thread-exited . atomic))
('default . (gdb-ignored-notification . atomic)))))
"Alist of alists, mapping the type and class of message to a handler
function.
Handler functions are all flagged as either `progressive' or `atomic'.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- emacs-29 e0dc60e0780: ; Fix typos in gdb-mi.el,
Eli Zaretskii <=