* lisp/progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
|
||||
2013-05-30 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
|
||||
|
||||
* progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
|
||||
(cc-require): Suppress spurious "noruntime" warnings.
|
||||
(cc-require-when-compile): Use fboundp, for sake of compiler.
|
||||
|
||||
@@ -345,7 +345,7 @@ triggers in `gdb-handler-list'."
|
||||
`(run-with-timer
|
||||
0.5 nil
|
||||
'(lambda ()
|
||||
(if (not (gdb-find-if (lambda (handler)
|
||||
(if (not (cl-find-if (lambda (handler)
|
||||
(gdb-handler-pending-trigger handler))
|
||||
gdb-handler-list))
|
||||
(progn ,@body)
|
||||
|
||||
Reference in New Issue
Block a user