emacs-diffs
[Top][All Lists]
Advanced

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

emacs-27 c362a62 2/2: ; * lisp/progmodes/gdb-mi.el (gdb-handle-reply): F


From: Eli Zaretskii
Subject: emacs-27 c362a62 2/2: ; * lisp/progmodes/gdb-mi.el (gdb-handle-reply): Fix commentary.
Date: Fri, 31 Jan 2020 04:42:31 -0500 (EST)

branch: emacs-27
commit c362a624d81410bb487e1ea9e2a3a1f18064a485
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * lisp/progmodes/gdb-mi.el (gdb-handle-reply): Fix commentary.
---
 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 4b0fd66..e785acd 100644
--- a/lisp/progmodes/gdb-mi.el
+++ b/lisp/progmodes/gdb-mi.el
@@ -324,8 +324,8 @@ in `gdb-handler-list' and clears all pending handlers 
invalidated
 by the reception of this reply."
   (let ((handler-function (gdb-get-handler-function token-number)))
     (when handler-function
+      ;; Protect against errors in handler-function.
       (condition-case err
-          ;; protect against errors in handler-function
           (funcall handler-function)
         (error (message (error-message-string err))))
       (gdb-delete-handler token-number))))



reply via email to

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