From: Glenn Morris Date: Tue, 26 Aug 2008 02:56:17 +0000 (+0000) Subject: (tramp-file-name-localname, tramp-dissect-file-name): Declare, X-Git-Tag: emacs-pretest-23.0.90~3275 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=99646e5962581f3145e8dce943d2a2c60dbb22b9;p=emacs.git (tramp-file-name-localname, tramp-dissect-file-name): Declare, --- 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.