aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2002-09-23 08:28:56 +0000
committerJuanma Barranquero <[email protected]>2002-09-23 08:28:56 +0000
commit94deafdaf53e1346adbce07b3e8b5f268de758d9 (patch)
tree88336aaa233e91dd40f405a829b8d1d5d9f806e5 /lisp/net
parentcadc57d2e48ccb9faa80ca72db81a95ffa19197b (diff)
(tramp-unified-filenames): Autoload it.
Diffstat (limited to 'lisp/net')
-rw-r--r--lisp/net/tramp.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index 36f81005ec..33fdc09ee8 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -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.")