mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 18:41: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
|
|
@ -1,3 +1,7 @@
|
|||
2007-12-23 Richard Stallman <rms@gnu.org>
|
||||
|
||||
* dired-aux.el (dired): Load dired.el at run time too.
|
||||
|
||||
2007-12-23 Juri Linkov <juri@jurta.org>
|
||||
|
||||
* man.el (Man-follow-manual-reference): Fill the minibuffer's
|
||||
|
|
|
|||
|
|
@ -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