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:
parent
88a548042d
commit
55d77548e7
2 changed files with 7 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue