From 55d77548e7e8cb10ca1690259f82ba541f7d9bd3 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 23 Dec 2007 19:14:55 +0000 Subject: [PATCH] (dired): Load dired.el at run time too. --- lisp/ChangeLog | 4 ++++ lisp/dired-aux.el | 5 +++-- 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 @@ +2007-12-23 Richard Stallman + + * dired-aux.el (dired): Load dired.el at run time too. + 2007-12-23 Juri Linkov * 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 @@ ;;; 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. -- 2.39.2