emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/rec-mode 34714d3 85/98: rec-mode: fix typo and run the


From: Stefan Monnier
Subject: [elpa] externals/rec-mode 34714d3 85/98: rec-mode: fix typo and run the actual hooks.
Date: Thu, 12 Nov 2020 13:18:46 -0500 (EST)

branch: externals/rec-mode
commit 34714d3997d18789553367c8ecdf783192841bdd
Author: Jose E. Marchesi <jose.marchesi@oracle.com>
Commit: Antoine Kalmbach <ane@iki.fi>

    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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]