]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired): Load dired.el at run time too.
authorRichard M. Stallman <rms@gnu.org>
Sun, 23 Dec 2007 19:14:55 +0000 (19:14 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 23 Dec 2007 19:14:55 +0000 (19:14 +0000)
lisp/ChangeLog
lisp/dired-aux.el

index fa482db471150ffb6c7b45e66f8ef831f994e197..9fb73a60a1c8ef99e7ae680142fd1141b1ee491b 100644 (file)
@@ -1,3 +1,7 @@
+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
index 32c63aba2fef08b3275dba7ae9cd83921abd0b04..9853398978ae5bf4b786a2d5918294d1717a89f5 100644 (file)
@@ -36,8 +36,9 @@
 
 ;;; 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.