branch: externals/rec-mode
commit 34714d3997d18789553367c8ecdf783192841bdd
Author: Jose E. Marchesi <[email protected]>
Commit: Antoine Kalmbach <[email protected]>
rec-mode: fix typo and run the actual hooks.
---
etc/rec-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/etc/rec-mode.el b/etc/rec-mode.el
index fa23c8b..3fccbe0 100644
--- a/etc/rec-mode.el
+++ b/etc/rec-mode.el
@@ -2157,7 +2157,7 @@ Turning on rec-mode calls the members of the variable
(set-syntax-table rec-mode-syntax-table)
(setq mode-name "Rec")
(setq major-mode 'rec-mode)
- (run-hooks 'rec-mode-hooks)
+ (run-hooks 'rec-mode-hook)
;; Goto the first record of the first type (including the Unknown).
;; If there is a problem (i.e. syntax error) then go to fundamental
;; mode and show the output of recfix in a separated buffer.