Mercurial > emacs
changeset 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 | 93506066d674 |
children | 957e9cfa8cd5 |
files | lisp/net/tramp-ftp.el |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
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: