mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 01:34:21 +00:00
Load dired.el at run time too.
This commit is contained in:
parent
341a1bfb33
commit
86f795fdc8
2 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2007-12-23 Richard Stallman <rms@gnu.org>
|
||||
|
||||
* dired-aux.el: Load dired.el at run time too.
|
||||
|
||||
* faces.el (copy-face): Create the new face explicitly if it
|
||||
does not exist already.
|
||||
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
;;; Code:
|
||||
|
||||
;; We need macros in dired.el to compile properly.
|
||||
(eval-when-compile (require 'dired))
|
||||
(require 'dired)
|
||||
|
||||
(defvar dired-create-files-failures nil
|
||||
"Variable where `dired-create-files' records failing file names.
|
||||
|
|
|
|||
Loading…
Reference in a new issue