diff lisp/ses.el @ 62738:d3fe76043df3

(ses-mode): Use run-mode-hooks.
author Lute Kamstra <lute@gnu.org>
date Thu, 26 May 2005 13:10:29 +0000
parents c0c13351b8c7
children 6c01c7e3e74f 01137c1fdbe9
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)