1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-10 08:52:40 -07:00

(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.")