diff lisp/net/tramp-ftp.el @ 93388:bc76dffd89c0

* net/tramp-ftp.el: Require 'cl when byte-compiling.
author Michael Albinus <michael.albinus@gmx.de>
date Sat, 29 Mar 2008 20:25:26 +0000
parents 26d030db0d70
children 1e3a407766b9
line wrap: on
line diff
--- a/lisp/net/tramp-ftp.el	Sat Mar 29 20:24:42 2008 +0000
+++ b/lisp/net/tramp-ftp.el	Sat Mar 29 20:25:26 2008 +0000
@@ -32,7 +32,11 @@
 (require 'tramp)
 (autoload 'tramp-set-connection-property "tramp-cache")
 
-(eval-when-compile (require 'custom))
+(eval-when-compile
+
+  ;; Pacify byte-compiler.
+  (require 'cl)
+  (require 'custom))
 
 ;; Disable Ange-FTP from file-name-handler-alist.
 ;; To handle EFS, the following functions need to be dealt with: