# HG changeset patch # User Richard M. Stallman # Date 1198437134 0 # Node ID 47a7f41ae5ed58e45c4cc17b1ba041ed13d2d982 # Parent c9bd326be9a81a44e55b57bdfa93dda6a2458d5e (dired): Load dired.el at run time too. diff -r c9bd326be9a8 -r 47a7f41ae5ed lisp/dired-aux.el --- a/lisp/dired-aux.el Sun Dec 23 17:37:46 2007 +0000 +++ b/lisp/dired-aux.el Sun Dec 23 19:12:14 2007 +0000 @@ -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.