# HG changeset patch # User Glenn Morris # Date 1219719377 0 # Node ID dac49f77b3b3f5f36f6b3effcc3b541a43077267 # Parent e2ca2fc48e170eb1b06a121a7bdb117317d8f5c1 (tramp-file-name-localname, tramp-dissect-file-name): Declare, diff -r e2ca2fc48e17 -r dac49f77b3b3 lisp/progmodes/gud.el --- 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.