]> git.eshelyaron.com Git - emacs.git/commitdiff
`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 8b592c3d915443d24247900e53d47e19935a43c6..e7716545f11d185e13ce2d7647bad895beff2c0e 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