Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8accd027
Commit
8accd027
authored
May 30, 2013
by
Glenn Morris
Browse files
* lisp/progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
parent
ab1bdce5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/progmodes/gdb-mi.el
lisp/progmodes/gdb-mi.el
+1
-1
No files found.
lisp/ChangeLog
View file @
8accd027
...
...
@@ -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.
...
...
lisp/progmodes/gdb-mi.el
View file @
8accd027
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment