aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net/tramp.el
diff options
context:
space:
mode:
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.")