From 859540e3fc76cf18055ea37d15b4388018439d59 Mon Sep 17 00:00:00 2001 From: Lute Kamstra Date: Thu, 26 May 2005 13:10:29 +0000 Subject: [PATCH] (ses-mode): Use run-mode-hooks. --- lisp/ses.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ses.el b/lisp/ses.el index 502acf868dc..d01a8307ffd 100644 --- a/lisp/ses.el +++ b/lisp/ses.el @@ -1552,7 +1552,7 @@ These are active only in the minibuffer, when entering or editing a formula: (setq ses--deferred-narrow 'ses-mode) (1value (add-hook 'post-command-hook 'ses-command-hook nil t)) (run-with-idle-timer 0.01 nil 'ses-command-hook) - (run-hooks 'ses-mode-hook))) + (run-mode-hooks 'ses-mode-hook))) (put 'ses-mode 'mode-class 'special) -- 2.39.5