]> git.eshelyaron.com Git - emacs.git/commitdiff
(ses-mode): Use run-mode-hooks.
authorLute Kamstra <lute@gnu.org>
Thu, 26 May 2005 13:10:29 +0000 (13:10 +0000)
committerLute Kamstra <lute@gnu.org>
Thu, 26 May 2005 13:10:29 +0000 (13:10 +0000)
lisp/ses.el

index 502acf868dcf99a5230ba3569cbc4dcb69d734cb..d01a8307ffdac2b015b687da63f980ffb9583b0d 100644 (file)
@@ -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)