]> git.eshelyaron.com Git - emacs.git/commitdiff
(toplevel): Require `cl' at compile-time.
authorJohn Paul Wallington <jpw@pobox.com>
Sat, 4 Mar 2006 21:41:10 +0000 (21:41 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Sat, 4 Mar 2006 21:41:10 +0000 (21:41 +0000)
lisp/ChangeLog
lisp/wdired.el

index 57fb4486ee0fddc13b24350f2162b5fe8e7685b1..7d22c41255b4bf67fb793dd3b2765eda2133d83a 100644 (file)
@@ -1,3 +1,7 @@
+2006-03-04  John Paul Wallington  <jpw@pobox.com>
+
+       * wdired.el (toplevel): Require `cl' at compile-time.
+
 2006-03-04  Andreas Schwab  <schwab@suse.de>
 
        * server.el (server-process-filter): Handle errors during
index 2471ab909c66c7716aa6d1f8085c35842a8845ba..1363181524c1f2f0754cd18af7cc202b15305bab 100644 (file)
 
 (defvar dired-backup-overwrite) ; Only in Emacs 20.x this is a custom var
 
+(eval-when-compile (require 'cl))
 (require 'dired)
 (autoload 'dired-do-create-files-regexp "dired-aux")
 (autoload 'dired-call-process "dired-aux")