mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 10:31:37 -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)
|
(if (eq system-type 'vax-vms)
|
||||||
(load "dired-vms"))
|
(load "dired-vms"))
|
||||||
|
|
||||||
(run-hooks 'dired-load-hook) ; for your customizations
|
|
||||||
|
|
||||||
(provide 'dired)
|
(provide 'dired)
|
||||||
|
|
||||||
|
(run-hooks 'dired-load-hook) ; for your customizations
|
||||||
|
|
||||||
;;; dired.el ends here
|
;;; dired.el ends here
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue