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:
parent
c80658b74f
commit
681979fa11
2 changed files with 5 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue