# HG changeset patch # User Richard M. Stallman # Date 1198437219 0 # Node ID ee10d972ec0fbb3cd437537bc18783fcaf42ab6a # Parent 8a02ad9c570da28e63f7e319871a05c6c27f7f1c Load dired.el at run time too. diff -r 8a02ad9c570d -r ee10d972ec0f lisp/dired-aux.el --- 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.