Mercurial > emacs
comparison lisp/emulation/ws-mode.el @ 20246:4aa45a7a62e8
(wordstar-mode): Run wordstar-mode-hook.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 11 Nov 1997 02:56:56 +0000 |
parents | 11218164bc54 |
children | 0f4506820432 |
comparison
equal
deleted
inserted
replaced
20245:78d833878a81 | 20246:4aa45a7a62e8 |
---|---|
291 " | 291 " |
292 (interactive) | 292 (interactive) |
293 (kill-all-local-variables) | 293 (kill-all-local-variables) |
294 (use-local-map wordstar-mode-map) | 294 (use-local-map wordstar-mode-map) |
295 (setq mode-name "WordStar") | 295 (setq mode-name "WordStar") |
296 (setq major-mode 'wordstar-mode)) | 296 (setq major-mode 'wordstar-mode) |
297 (run-hooks 'wordstar-mode-hook)) | |
297 | 298 |
298 | 299 |
299 (defun wordstar-center-paragraph () | 300 (defun wordstar-center-paragraph () |
300 "Center each line in the paragraph at or after point. | 301 "Center each line in the paragraph at or after point. |
301 See `wordstar-center-line' for more info." | 302 See `wordstar-center-line' for more info." |