changeset 47584:9d26bf959510

(tramp-unified-filenames): Autoload it.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 23 Sep 2002 08:28:45 +0000
parents 332e69c0d7dc
children af14293fe0cc
files lisp/net/tramp.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/net/tramp.el	Mon Sep 23 06:07:34 2002 +0000
+++ b/lisp/net/tramp.el	Mon Sep 23 08:28:45 2002 +0000
@@ -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.")