diff lisp/efs/efs-dump.el @ 118:7d55a9ba150c r20-1b11

Import from CVS: tag r20-1b11
author cvs
date Mon, 13 Aug 2007 09:24:17 +0200
parents 56c54cf7c5b6
children
line wrap: on
line diff
--- a/lisp/efs/efs-dump.el	Mon Aug 13 09:23:08 2007 +0200
+++ b/lisp/efs/efs-dump.el	Mon Aug 13 09:24:17 2007 +0200
@@ -19,11 +19,6 @@
 	  (substring "#Revision: 1.1 $" 11 -2)))
 
 ;;;###autoload
-(defvar allow-remote-paths t
-   "*Set this to nil if you don't want remote paths to access
-remote files.")
-
-;;;###autoload
 (or (assoc efs-path-root-regexp file-name-handler-alist)
     (setq file-name-handler-alist
 	  (cons
@@ -41,3 +36,5 @@
 		      inhibit-file-name-handlers)))
 	  (inhibit-file-name-operation operation))
       (apply operation args))))
+
+;;; end of efs-dump.el