From: Lute Kamstra Date: Thu, 26 May 2005 15:14:51 +0000 (+0000) Subject: (wordstar-mode): Use run-mode-hooks. X-Git-Tag: emacs-pretest-22.0.90~9530 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b98d0467653dc789c1dfa1080603f66a98b5d347;p=emacs.git (wordstar-mode): Use run-mode-hooks. --- diff --git a/lisp/emulation/ws-mode.el b/lisp/emulation/ws-mode.el index 54be36299c5..482753f111e 100644 --- a/lisp/emulation/ws-mode.el +++ b/lisp/emulation/ws-mode.el @@ -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 ()