Mercurial > emacs
changeset 62728:f68140c1b23a
(forms-mode): Use run-mode-hooks.
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Thu, 26 May 2005 12:50:09 +0000 |
parents | 79e4354d107b |
children | 40c5f688942a |
files | lisp/forms.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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