aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Paul Wallington2006-03-04 21:41:10 +0000
committerJohn Paul Wallington2006-03-04 21:41:10 +0000
commit681979fa1125284e3ed5a2df79167cd5ba130df3 (patch)
treee0f6d296f3ea1ac0b39d120ce1b1a814a35df479
parentc80658b74f40c0789b65296781ed5150582843b0 (diff)
downloademacs-681979fa1125284e3ed5a2df79167cd5ba130df3.tar.gz
emacs-681979fa1125284e3ed5a2df79167cd5ba130df3.zip
(toplevel): Require `cl' at compile-time.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/wdired.el1
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 57fb4486ee0..7d22c41255b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12006-03-04 John Paul Wallington <jpw@pobox.com>
2
3 * wdired.el (toplevel): Require `cl' at compile-time.
4
12006-03-04 Andreas Schwab <schwab@suse.de> 52006-03-04 Andreas Schwab <schwab@suse.de>
2 6
3 * server.el (server-process-filter): Handle errors during 7 * server.el (server-process-filter): Handle errors during
diff --git a/lisp/wdired.el b/lisp/wdired.el
index 2471ab909c6..1363181524c 100644
--- a/lisp/wdired.el
+++ b/lisp/wdired.el
@@ -103,6 +103,7 @@
103 103
104(defvar dired-backup-overwrite) ; Only in Emacs 20.x this is a custom var 104(defvar dired-backup-overwrite) ; Only in Emacs 20.x this is a custom var
105 105
106(eval-when-compile (require 'cl))
106(require 'dired) 107(require 'dired)
107(autoload 'dired-do-create-files-regexp "dired-aux") 108(autoload 'dired-do-create-files-regexp "dired-aux")
108(autoload 'dired-call-process "dired-aux") 109(autoload 'dired-call-process "dired-aux")