+2008-03-29 Michael Albinus <michael.albinus@gmx.de>
+
+ Sync with Tramp 2.1.13.
+
+ * net/tramp-ftp.el: Require 'cl when byte-compiling.
+
+ * net/trampver.el: Update release number.
+
2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
* vc-hooks.el (vc-menu-map-filter): Be more careful when finding
(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: