1
Fork 0
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:
Brian Fox 1993-10-25 06:13:41 +00:00
parent 625eb78e37
commit 57e15005fe

View file

@ -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