projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61046ff
)
Fix compilation warning in gdb-mi.el
author
Lars Ingebrigtsen
<larsi@gnus.org>
Wed, 11 May 2022 12:28:32 +0000
(14:28 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Wed, 11 May 2022 12:28:32 +0000
(14:28 +0200)
* lisp/progmodes/gdb-mi.el (gud-go): Fix compilation warning
introduced by previous change.
lisp/progmodes/gdb-mi.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/gdb-mi.el
b/lisp/progmodes/gdb-mi.el
index 06746af761ceb3ba06aa6c84e03e62a09664f09d..c9b6ccd324f9b862f3bd013863de6fb070797d78 100644
(file)
--- a/
lisp/progmodes/gdb-mi.el
+++ b/
lisp/progmodes/gdb-mi.el
@@
-105,6
+105,7
@@
;; at toplevel, so the compiler doesn't know under which circumstances
;; they're defined.
(declare-function gud-until "gud" (arg))
+(declare-function gud-go "gud" (arg))
(declare-function gud-print "gud" (arg))
(declare-function gud-down "gud" (arg))
(declare-function gud-up "gud" (arg))