From b98d0467653dc789c1dfa1080603f66a98b5d347 Mon Sep 17 00:00:00 2001 From: Lute Kamstra Date: Thu, 26 May 2005 15:14:51 +0000 Subject: [PATCH] (wordstar-mode): Use run-mode-hooks. --- lisp/emulation/ws-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () -- 2.39.5