aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net/tramp.el
diff options
context:
space:
mode:
authorJuanma Barranquero2002-09-23 08:28:56 +0000
committerJuanma Barranquero2002-09-23 08:28:56 +0000
commit94deafdaf53e1346adbce07b3e8b5f268de758d9 (patch)
tree88336aaa233e91dd40f405a829b8d1d5d9f806e5 /lisp/net/tramp.el
parentcadc57d2e48ccb9faa80ca72db81a95ffa19197b (diff)
downloademacs-94deafdaf53e1346adbce07b3e8b5f268de758d9.tar.gz
emacs-94deafdaf53e1346adbce07b3e8b5f268de758d9.zip
(tramp-unified-filenames): Autoload it.
Diffstat (limited to 'lisp/net/tramp.el')
-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 36f81005ec5..33fdc09ee80 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -117,6 +117,7 @@
117;; syntax on XEmacs is that EFS hooks into XEmacs in many places, but 117;; syntax on XEmacs is that EFS hooks into XEmacs in many places, but
118;; Tramp only knows how to deal with `file-name-handler-alist', not 118;; Tramp only knows how to deal with `file-name-handler-alist', not
119;; the other places. 119;; the other places.
120;;;###autoload
120(defvar tramp-unified-filenames (not (featurep 'xemacs)) 121(defvar tramp-unified-filenames (not (featurep 'xemacs))
121 "Non-nil means to use unified Ange-FTP/Tramp filename syntax. 122 "Non-nil means to use unified Ange-FTP/Tramp filename syntax.
122Nil means to use a separate filename syntax for Tramp.") 123Nil means to use a separate filename syntax for Tramp.")