summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-08-26 02:56:17 +0000
committerGlenn Morris <rgm@gnu.org>2008-08-26 02:56:17 +0000
commit99646e5962581f3145e8dce943d2a2c60dbb22b9 (patch)
tree5e3e596b87bc01eabed5e64a9641dd4a3ff3670c
parent92f9269e400a02fee1d4ff63c863d14064192ac2 (diff)
downloademacs-99646e5962581f3145e8dce943d2a2c60dbb22b9.tar.gz
(tramp-file-name-localname, tramp-dissect-file-name): Declare,
-rw-r--r--lisp/progmodes/gud.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el
index f5e6218a432..00afda923eb 100644
--- a/lisp/progmodes/gud.el
+++ b/lisp/progmodes/gud.el
@@ -2445,6 +2445,9 @@ comint mode, which see."
:group 'gud
:type 'boolean)
+(declare-function tramp-file-name-localname "tramp" (vec))
+(declare-function tramp-dissect-file-name "tramp" (name &optional nodefault))
+
;; Perform initializations common to all debuggers.
;; The first arg is the specified command line,
;; which starts with the program to debug.