summaryrefslogtreecommitdiff
path: root/lisp/ses.el
diff options
context:
space:
mode:
authorLute Kamstra <lute@gnu.org>2005-05-26 13:10:29 +0000
committerLute Kamstra <lute@gnu.org>2005-05-26 13:10:29 +0000
commit859540e3fc76cf18055ea37d15b4388018439d59 (patch)
tree725f31df17f495f7566e0e8c48d5ba775581bb69 /lisp/ses.el
parent92e9557c064b050de524c48e3e2d56b4db27e9bc (diff)
downloademacs-859540e3fc76cf18055ea37d15b4388018439d59.tar.gz
(ses-mode): Use run-mode-hooks.
Diffstat (limited to 'lisp/ses.el')
-rw-r--r--lisp/ses.el2
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)