1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(dired): Load dired.el at run time too.

This commit is contained in:
Richard M. Stallman 2007-12-23 19:14:55 +00:00
parent 88a548042d
commit 55d77548e7
2 changed files with 7 additions and 2 deletions

View file

@ -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.