; * lisp/progmodes/gdb-mi.el (gdb-handle-reply): Fix commentary.
This commit is contained in:
parent
2b1e18ae85
commit
c362a624d8
1 changed files with 1 additions and 1 deletions
|
@ -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))))
|
||||
|
|
Loading…
Add table
Reference in a new issue