summaryrefslogtreecommitdiff
path: root/lisp/net/tramp-ftp.el
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2013-08-17 12:20:15 +0200
committerMichael Albinus <michael.albinus@gmx.de>2013-08-17 12:20:15 +0200
commitf95527c8b2c60a8e883b3e243db76e7ddddf82cf (patch)
treee4908935fd29175b4f4705d7d744273dc5b79bdb /lisp/net/tramp-ftp.el
parentd311017740d3a8757c3fa5a35f52b0aeb25f10ca (diff)
downloademacs-f95527c8b2c60a8e883b3e243db76e7ddddf82cf.tar.gz
* net/tramp.el:
* net/tramp-adb.el: * net/tramp-cmds.el: * net/tramp-ftp.el: * net/tramp-gvfs.el: * net/tramp-gw.el: * net/tramp-sh.el: Don't wrap external variable declarations by `eval-when-compile'.
Diffstat (limited to 'lisp/net/tramp-ftp.el')
-rw-r--r--lisp/net/tramp-ftp.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/net/tramp-ftp.el b/lisp/net/tramp-ftp.el
index fbc02911d93..9e1be06a2b1 100644
--- a/lisp/net/tramp-ftp.el
+++ b/lisp/net/tramp-ftp.el
@@ -33,10 +33,10 @@
;; Pacify byte-compiler.
(eval-when-compile
(require 'cl)
- (require 'custom)
- (defvar ange-ftp-ftp-name-arg)
- (defvar ange-ftp-ftp-name-res)
- (defvar ange-ftp-name-format))
+ (require 'custom))
+(defvar ange-ftp-ftp-name-arg)
+(defvar ange-ftp-ftp-name-res)
+(defvar ange-ftp-name-format)
;; Disable Ange-FTP from file-name-handler-alist.
;; To handle EFS, the following functions need to be dealt with: