(forms-mode): Use run-mode-hooks.

This commit is contained in:
Lute Kamstra 2005-05-26 12:50:09 +00:00
parent ce8c84b616
commit 784c2025d3

View file

@ -713,7 +713,7 @@ Commands: Equivalent keys in read-only mode:
;; user customising
;;(message "forms: proceeding setup (user hooks)...")
(run-hooks 'forms-mode-hook 'forms-mode-hooks)
(run-mode-hooks 'forms-mode-hook 'forms-mode-hooks)
;;(message "forms: setting up... done.")
;; be helpful