From: Lute Kamstra Date: Thu, 26 May 2005 13:10:29 +0000 (+0000) Subject: (ses-mode): Use run-mode-hooks. X-Git-Tag: emacs-pretest-22.0.90~9550 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=859540e3fc76cf18055ea37d15b4388018439d59;p=emacs.git (ses-mode): Use run-mode-hooks. --- 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)