summaryrefslogtreecommitdiff
path: root/lisp/dired-aux.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2007-12-23 19:14:55 +0000
committerRichard M. Stallman <rms@gnu.org>2007-12-23 19:14:55 +0000
commit55d77548e7e8cb10ca1690259f82ba541f7d9bd3 (patch)
treeb96d35d5cae884d93a700bce20d467e589fa625d /lisp/dired-aux.el
parent88a548042dc0e42741fb5ed0b2976371f8eddb86 (diff)
downloademacs-55d77548e7e8cb10ca1690259f82ba541f7d9bd3.tar.gz
(dired): Load dired.el at run time too.
Diffstat (limited to 'lisp/dired-aux.el')
-rw-r--r--lisp/dired-aux.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index 32c63aba2fe..9853398978a 100644
--- a/lisp/dired-aux.el
+++ b/lisp/dired-aux.el
@@ -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.