emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r112792: * lisp/progmodes/gdb-mi.el (


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112792: * lisp/progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
Date: Thu, 30 May 2013 19:33:08 -0400
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112792
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2013-05-30 19:33:08 -0400
message:
  * lisp/progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
modified:
  lisp/ChangeLog
  lisp/progmodes/gdb-mi.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-05-30 23:29:42 +0000
+++ b/lisp/ChangeLog    2013-05-30 23:33:08 +0000
@@ -6,6 +6,8 @@
 
 2013-05-30  Glenn Morris  <address@hidden>
 
+       * 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.

=== modified file 'lisp/progmodes/gdb-mi.el'
--- a/lisp/progmodes/gdb-mi.el  2013-05-14 18:34:13 +0000
+++ b/lisp/progmodes/gdb-mi.el  2013-05-30 23:33:08 +0000
@@ -345,7 +345,7 @@
   `(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)


reply via email to

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