mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
`provide' "dired" before running user hooks.
This commit is contained in:
parent
625eb78e37
commit
57e15005fe
1 changed files with 2 additions and 2 deletions
|
|
@ -2295,8 +2295,8 @@ Use \\[dired-hide-subdir] to (un)hide a particular subdirectory."
|
|||
(if (eq system-type 'vax-vms)
|
||||
(load "dired-vms"))
|
||||
|
||||
(run-hooks 'dired-load-hook) ; for your customizations
|
||||
|
||||
(provide 'dired)
|
||||
|
||||
(run-hooks 'dired-load-hook) ; for your customizations
|
||||
|
||||
;;; dired.el ends here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue