Mercurial > emacs
changeset 79617:ee10d972ec0f
Load dired.el at run time too.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 23 Dec 2007 19:13:39 +0000 |
parents | 8a02ad9c570d |
children | 589a31597086 |
files | lisp/dired-aux.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/dired-aux.el Sun Dec 23 18:09:10 2007 +0000 +++ b/lisp/dired-aux.el Sun Dec 23 19:13:39 2007 +0000 @@ -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.