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

index f9fc2226269fa1f6de9266598b6d9fc51856b191..6214d715b37a1b363106a16d911a072f932ecde8 100644 (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.
 
index 8d0f184eb7cf83f36ed3706c10448ad493ce23a5..e56b9e44a3a37c184f9da23b051b6eded1fd2476 100644 (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.