diff options
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/dired-aux.el | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f9fc2226269..6214d715b37 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2007-12-23 Richard Stallman <rms@gnu.org> | 1 | 2007-12-23 Richard Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * dired-aux.el: Load dired.el at run time too. | ||
| 4 | |||
| 3 | * faces.el (copy-face): Create the new face explicitly if it | 5 | * faces.el (copy-face): Create the new face explicitly if it |
| 4 | does not exist already. | 6 | does not exist already. |
| 5 | 7 | ||
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 8d0f184eb7c..e56b9e44a3a 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el | |||
| @@ -37,7 +37,7 @@ | |||
| 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 | (require 'dired) |
| 41 | 41 | ||
| 42 | (defvar dired-create-files-failures nil | 42 | (defvar dired-create-files-failures nil |
| 43 | "Variable where `dired-create-files' records failing file names. | 43 | "Variable where `dired-create-files' records failing file names. |