1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(toplevel): Require `cl' at compile-time.

This commit is contained in:
John Paul Wallington 2006-03-04 21:41:10 +00:00
parent c80658b74f
commit 681979fa11
2 changed files with 5 additions and 0 deletions

View file

@ -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")