changeset 97715:dac49f77b3b3

(tramp-file-name-localname, tramp-dissect-file-name): Declare,
author Glenn Morris <rgm@gnu.org>
date Tue, 26 Aug 2008 02:56:17 +0000
parents e2ca2fc48e17
children e8b4c0217486
files lisp/progmodes/gud.el
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/gud.el	Tue Aug 26 02:55:41 2008 +0000
+++ b/lisp/progmodes/gud.el	Tue Aug 26 02:56:17 2008 +0000
@@ -2445,6 +2445,9 @@
   :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.