+2007-12-23 Richard Stallman <rms@gnu.org>
+
+ * dired-aux.el (dired): Load dired.el at run time too.
+
2007-12-23 Juri Linkov <juri@jurta.org>
* man.el (Man-follow-manual-reference): Fill the minibuffer's
;;; Code:
-;; We need macros in dired.el to compile properly.
-(eval-when-compile (require 'dired))
+;; We need macros in dired.el to compile properly,
+;; and we call subroutines in it too.
+(require 'dired)
(defvar dired-create-files-failures nil
"Variable where `dired-create-files' records failing file names.