1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-25 19:11:56 +00: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

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

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