From 99646e5962581f3145e8dce943d2a2c60dbb22b9 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 26 Aug 2008 02:56:17 +0000 Subject: [PATCH] (tramp-file-name-localname, tramp-dissect-file-name): Declare, --- lisp/progmodes/gud.el | 3 +++ 1 file changed, 3 insertions(+) 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. -- 2.39.5