(tramp-unified-filenames): Autoload it.

This commit is contained in:
Juanma Barranquero
2002-09-23 08:28:56 +00:00
parent cadc57d2e4
commit 94deafdaf5
2 changed files with 12 additions and 7 deletions

View File

@@ -117,6 +117,7 @@
;; syntax on XEmacs is that EFS hooks into XEmacs in many places, but
;; Tramp only knows how to deal with `file-name-handler-alist', not
;; the other places.
;;;###autoload
(defvar tramp-unified-filenames (not (featurep 'xemacs))
"Non-nil means to use unified Ange-FTP/Tramp filename syntax.
Nil means to use a separate filename syntax for Tramp.")