changeset 87375:47a7f41ae5ed

(dired): Load dired.el at run time too.
author Richard M. Stallman <rms@gnu.org>
date Sun, 23 Dec 2007 19:12:14 +0000
parents c9bd326be9a8
children c3656622dbff
files lisp/dired-aux.el
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/dired-aux.el	Sun Dec 23 17:37:46 2007 +0000
+++ b/lisp/dired-aux.el	Sun Dec 23 19:12:14 2007 +0000
@@ -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.