# HG changeset patch # User Juanma Barranquero # Date 1032769725 0 # Node ID 9d26bf95951048809a7b19eeb135e78641b68aa3 # Parent 332e69c0d7dc702c7a92e168aff6f36e99017736 (tramp-unified-filenames): Autoload it. diff -r 332e69c0d7dc -r 9d26bf959510 lisp/net/tramp.el --- 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.")