From e0dc60e07803f9859ad0008bae4b22d6452547b2 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 18 Apr 2023 14:36:28 +0300 Subject: [PATCH] ; 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'. -- 2.39.5