`provide' "dired" before running user hooks.
authorBrian Fox <bfox@gnu.org>
Mon, 25 Oct 1993 06:13:41 +0000 (06:13 +0000)
committerBrian Fox <bfox@gnu.org>
Mon, 25 Oct 1993 06:13:41 +0000 (06:13 +0000)
lisp/dired.el

index 8b592c3..e771654 100644 (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