1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-07 08:00:48 -08:00

* lisp/progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.

This commit is contained in:
Glenn Morris 2013-05-30 19:33:08 -04:00
parent ab1bdce51e
commit 8accd027c4
2 changed files with 3 additions and 1 deletions

View file

@ -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.

View file

@ -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)