aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation
diff options
context:
space:
mode:
authorLute Kamstra <[email protected]>2005-05-26 15:14:51 +0000
committerLute Kamstra <[email protected]>2005-05-26 15:14:51 +0000
commitb98d0467653dc789c1dfa1080603f66a98b5d347 (patch)
treee397a1e0e47c6a797f48d760c74ff46732740edf /lisp/emulation
parentec965cd42b8d90fadeb9c21510c2149163996058 (diff)
(wordstar-mode): Use run-mode-hooks.
Diffstat (limited to 'lisp/emulation')
-rw-r--r--lisp/emulation/ws-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/ws-mode.el b/lisp/emulation/ws-mode.el
index 54be36299c..482753f111 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 ()