changeset 62759:a796f7d10b85

(wordstar-mode): Use run-mode-hooks.
author Lute Kamstra <lute@gnu.org>
date Thu, 26 May 2005 15:14:51 +0000
parents 3225f62f5e9f
children 8cd0894899dc
files lisp/emulation/ws-mode.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emulation/ws-mode.el	Thu May 26 15:14:23 2005 +0000
+++ b/lisp/emulation/ws-mode.el	Thu May 26 15:14:51 2005 +0000
@@ -294,7 +294,7 @@
   (use-local-map wordstar-mode-map)
   (setq mode-name "WordStar")
   (setq major-mode 'wordstar-mode)
-  (run-hooks 'wordstar-mode-hook))
+  (run-mode-hooks 'wordstar-mode-hook))
 
 
 (defun wordstar-center-paragraph ()