aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/dired.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/dired.el b/lisp/dired.el
index 8b592c3d915..e7716545f11 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -2295,8 +2295,8 @@ Use \\[dired-hide-subdir] to (un)hide a particular subdirectory."
2295(if (eq system-type 'vax-vms) 2295(if (eq system-type 'vax-vms)
2296 (load "dired-vms")) 2296 (load "dired-vms"))
2297 2297
2298(run-hooks 'dired-load-hook) ; for your customizations
2299
2300(provide 'dired) 2298(provide 'dired)
2301 2299
2300(run-hooks 'dired-load-hook) ; for your customizations
2301
2302;;; dired.el ends here 2302;;; dired.el ends here