From 8accd027c4ac0c73c8783eb2ae1bedeeee09d3da Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 30 May 2013 19:33:08 -0400 Subject: [PATCH] * lisp/progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo. --- lisp/ChangeLog | 2 ++ lisp/progmodes/gdb-mi.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e7532cdbd07..fc0ba8a116a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -6,6 +6,8 @@ 2013-05-30 Glenn Morris + * 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. diff --git a/lisp/progmodes/gdb-mi.el b/lisp/progmodes/gdb-mi.el index a6ad5736576..0b52302a98d 100644 --- a/lisp/progmodes/gdb-mi.el +++ b/lisp/progmodes/gdb-mi.el @@ -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) -- 2.39.2