mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07: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
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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