mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Fix compilation warning in gdb-mi.el
* lisp/progmodes/gdb-mi.el (gud-go): Fix compilation warning introduced by previous change.
This commit is contained in:
parent
61046ffbec
commit
125cda7498
1 changed files with 1 additions and 0 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue