# HG changeset patch # User Lute Kamstra # Date 1117120491 0 # Node ID a796f7d10b85e76bb093150f9257dd3c35572729 # Parent 3225f62f5e9fe0a1aafad88b33f8da861e920645 (wordstar-mode): Use run-mode-hooks. diff -r 3225f62f5e9f -r a796f7d10b85 lisp/emulation/ws-mode.el --- 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 ()