]> git.eshelyaron.com Git - emacs.git/commitdiff
(tramp-file-name-localname, tramp-dissect-file-name): Declare,
authorGlenn Morris <rgm@gnu.org>
Tue, 26 Aug 2008 02:56:17 +0000 (02:56 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 26 Aug 2008 02:56:17 +0000 (02:56 +0000)
lisp/progmodes/gud.el

index f5e6218a432054224c6683ea502cc947b39681f6..00afda923eb4a56a653d4b98b2fba1ed95bd4e81 100644 (file)
@@ -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.