changeset 62738:d3fe76043df3

(ses-mode): Use run-mode-hooks.
author Lute Kamstra <lute@gnu.org>
date Thu, 26 May 2005 13:10:29 +0000
parents f5aef2123438
children 1c2cba6e4010
files lisp/ses.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ses.el	Thu May 26 13:08:57 2005 +0000
+++ b/lisp/ses.el	Thu May 26 13:10:29 2005 +0000
@@ -1552,7 +1552,7 @@
     (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)