1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-19 18:13:55 +00:00

(tramp-file-name-localname, tramp-dissect-file-name): Declare,

This commit is contained in:
Glenn Morris 2008-08-26 02:56:17 +00:00
parent 92f9269e40
commit 99646e5962

View 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.