]> git.eshelyaron.com Git - emacs.git/commitdiff
* net/tramp-ftp.el: Require 'cl when byte-compiling.
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 29 Mar 2008 20:26:14 +0000 (20:26 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 29 Mar 2008 20:26:14 +0000 (20:26 +0000)
lisp/ChangeLog
lisp/net/tramp-ftp.el

index c4ad170e5f00cadc9681f7a52ea926fa4ec5d30c..5b0c18b60bc0c6df52edf9415a6d0101990396c6 100644 (file)
@@ -1,3 +1,11 @@
+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
index cb0aa698ea900f6bf585f8aca2981d20a8ee2773..71be05c1ab157e085be10724e970e5b7ac16773c 100644 (file)
 (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: