]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typos in gdb-mi.el
authorEli Zaretskii <eliz@gnu.org>
Tue, 18 Apr 2023 11:36:28 +0000 (14:36 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 18 Apr 2023 11:36:28 +0000 (14:36 +0300)
* lisp/progmodes/gdb-mi.el (gdbmi-bnf-result-state-configs): Fix
typos introduced while fixing bug#10580.  (Bug#62858)

lisp/progmodes/gdb-mi.el

index 8db16729163e37884580ae747c9b306b8c248553..27f04e07e8070834b2b8005a8a5cc35d7770c0fd 100644 (file)
@@ -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'.