From: Brian Fox Date: Mon, 25 Oct 1993 06:13:41 +0000 (+0000) Subject: `provide' "dired" before running user hooks. X-Git-Tag: emacs-19.34~10963 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=57e15005fe26cc3ed8ddbbffb8e4939c7324c666;p=emacs.git `provide' "dired" before running user hooks. --- 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." (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