aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2007-12-23 19:14:55 +0000
committerRichard M. Stallman2007-12-23 19:14:55 +0000
commit55d77548e7e8cb10ca1690259f82ba541f7d9bd3 (patch)
treeb96d35d5cae884d93a700bce20d467e589fa625d
parent88a548042dc0e42741fb5ed0b2976371f8eddb86 (diff)
downloademacs-55d77548e7e8cb10ca1690259f82ba541f7d9bd3.tar.gz
emacs-55d77548e7e8cb10ca1690259f82ba541f7d9bd3.zip
(dired): Load dired.el at run time too.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/dired-aux.el5
2 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fa482db4711..9fb73a60a1c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12007-12-23 Richard Stallman <rms@gnu.org>
2
3 * dired-aux.el (dired): Load dired.el at run time too.
4
12007-12-23 Juri Linkov <juri@jurta.org> 52007-12-23 Juri Linkov <juri@jurta.org>
2 6
3 * man.el (Man-follow-manual-reference): Fill the minibuffer's 7 * man.el (Man-follow-manual-reference): Fill the minibuffer's
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 @@
36 36
37;;; Code: 37;;; Code:
38 38
39;; We need macros in dired.el to compile properly. 39;; We need macros in dired.el to compile properly,
40(eval-when-compile (require 'dired)) 40;; and we call subroutines in it too.
41(require 'dired)
41 42
42(defvar dired-create-files-failures nil 43(defvar dired-create-files-failures nil
43 "Variable where `dired-create-files' records failing file names. 44 "Variable where `dired-create-files' records failing file names.