Index: emacs/lisp/ses.el
diff -c emacs/lisp/ses.el:1.15 emacs/lisp/ses.el:1.16
*** emacs/lisp/ses.el:1.15      Sun Feb 20 05:02:54 2005
--- emacs/lisp/ses.el   Thu May 26 13:10:29 2005
***************
*** 1552,1558 ****
      (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)))
  
  (put 'ses-mode 'mode-class 'special)
  
--- 1552,1558 ----
      (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-mode-hooks 'ses-mode-hook)))
  
  (put 'ses-mode 'mode-class 'special)
  


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to