diff options
Diffstat (limited to 'lisp/net/tramp.el')
| -rw-r--r-- | lisp/net/tramp.el | 1 |
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. |
| 122 | Nil means to use a separate filename syntax for Tramp.") | 123 | Nil means to use a separate filename syntax for Tramp.") |