diff options
Diffstat (limited to 'lisp/ses.el')
-rw-r--r-- | lisp/ses.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |