Load dired.el at run time too.

This commit is contained in:
Richard M. Stallman 2007-12-23 19:13:48 +00:00
parent 341a1bfb33
commit 86f795fdc8
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2007-12-23 Richard Stallman <rms@gnu.org>
* dired-aux.el: Load dired.el at run time too.
* faces.el (copy-face): Create the new face explicitly if it
does not exist already.

View file

@ -37,7 +37,7 @@
;;; Code:
;; We need macros in dired.el to compile properly.
(eval-when-compile (require 'dired))
(require 'dired)
(defvar dired-create-files-failures nil
"Variable where `dired-create-files' records failing file names.