diff options
| author | Lute Kamstra | 2005-05-26 12:50:09 +0000 |
|---|---|---|
| committer | Lute Kamstra | 2005-05-26 12:50:09 +0000 |
| commit | 784c2025d3de9f80027b30dbe2022af280cae42f (patch) | |
| tree | 4d5661a4918a68b4b2f7c5d589535d4093ac6b35 | |
| parent | ce8c84b6160421b54095525c269a3f8a856b839b (diff) | |
| download | emacs-784c2025d3de9f80027b30dbe2022af280cae42f.tar.gz emacs-784c2025d3de9f80027b30dbe2022af280cae42f.zip | |
(forms-mode): Use run-mode-hooks.
| -rw-r--r-- | lisp/forms.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/forms.el b/lisp/forms.el index 61d2441a9ea..57985a7297f 100644 --- a/lisp/forms.el +++ b/lisp/forms.el | |||
| @@ -713,7 +713,7 @@ Commands: Equivalent keys in read-only mode: | |||
| 713 | 713 | ||
| 714 | ;; user customising | 714 | ;; user customising |
| 715 | ;;(message "forms: proceeding setup (user hooks)...") | 715 | ;;(message "forms: proceeding setup (user hooks)...") |
| 716 | (run-hooks 'forms-mode-hook 'forms-mode-hooks) | 716 | (run-mode-hooks 'forms-mode-hook 'forms-mode-hooks) |
| 717 | ;;(message "forms: setting up... done.") | 717 | ;;(message "forms: setting up... done.") |
| 718 | 718 | ||
| 719 | ;; be helpful | 719 | ;; be helpful |