(forms-mode): Use run-mode-hooks.
This commit is contained in:
parent
ce8c84b616
commit
784c2025d3
1 changed files with 1 additions and 1 deletions
|
@ -713,7 +713,7 @@ Commands: Equivalent keys in read-only mode:
|
||||||
|
|
||||||
;; user customising
|
;; user customising
|
||||||
;;(message "forms: proceeding setup (user hooks)...")
|
;;(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.")
|
;;(message "forms: setting up... done.")
|
||||||
|
|
||||||
;; be helpful
|
;; be helpful
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue