diff options
author | John Paul Wallington <jpw@pobox.com> | 2006-03-04 21:41:10 +0000 |
---|---|---|
committer | John Paul Wallington <jpw@pobox.com> | 2006-03-04 21:41:10 +0000 |
commit | 681979fa1125284e3ed5a2df79167cd5ba130df3 (patch) | |
tree | e0f6d296f3ea1ac0b39d120ce1b1a814a35df479 /lisp/wdired.el | |
parent | c80658b74f40c0789b65296781ed5150582843b0 (diff) | |
download | emacs-681979fa1125284e3ed5a2df79167cd5ba130df3.tar.gz |
(toplevel): Require `cl' at compile-time.
Diffstat (limited to 'lisp/wdired.el')
-rw-r--r-- | lisp/wdired.el | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ (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") |