]> git.eshelyaron.com Git - emacs.git/commitdiff
(wordstar-mode): Use run-mode-hooks.
authorLute Kamstra <lute@gnu.org>
Thu, 26 May 2005 15:14:51 +0000 (15:14 +0000)
committerLute Kamstra <lute@gnu.org>
Thu, 26 May 2005 15:14:51 +0000 (15:14 +0000)
lisp/emulation/ws-mode.el

index 54be36299c5b2008ec634a545677776391112154..482753f111e499a68602fdffd88d0f48635197eb 100644 (file)
@@ -294,7 +294,7 @@ The key bindings are:
   (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 ()