# HG changeset patch # User Lute Kamstra # Date 1117111809 0 # Node ID f68140c1b23a0a1fb0c4c80fcad422018187c659 # Parent 79e4354d107bc5f2f052037c588471c8f5dab7c6 (forms-mode): Use run-mode-hooks. diff -r 79e4354d107b -r f68140c1b23a lisp/forms.el --- a/lisp/forms.el Thu May 26 12:45:54 2005 +0000 +++ b/lisp/forms.el Thu May 26 12:50:09 2005 +0000 @@ -713,7 +713,7 @@ ;; 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