diff options
| author | Eric S. Raymond | 1992-07-14 18:50:09 +0000 |
|---|---|---|
| committer | Eric S. Raymond | 1992-07-14 18:50:09 +0000 |
| commit | 6cf0d154a1e22e6c8da5aa55245ba1fde2859d7b (patch) | |
| tree | 1454b224ab4a14b1730216c853a1613b5b6d8e2a /lisp/emulation | |
| parent | f676886a9ea3e4f2cb9275a658c69c899056a500 (diff) | |
| download | emacs-6cf0d154a1e22e6c8da5aa55245ba1fde2859d7b.tar.gz emacs-6cf0d154a1e22e6c8da5aa55245ba1fde2859d7b.zip | |
*** empty log message ***
Diffstat (limited to 'lisp/emulation')
| -rw-r--r-- | lisp/emulation/ws-mode.el | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lisp/emulation/ws-mode.el b/lisp/emulation/ws-mode.el index 27c6b60ba99..2dd39df74b7 100644 --- a/lisp/emulation/ws-mode.el +++ b/lisp/emulation/ws-mode.el | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | ;;; ws-mode.el --- WordStar emulation mode for GNU Emacs | 1 | ;;; ws-mode.el --- WordStar emulation mode for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Author: Juergen Nickelsen <nickel@cs.tu-berlin.de> | 3 | ;; Author: Juergen Nickelsen <nickel@cs.tu-berlin.de> |
| 4 | ;; Created: 13 Feb 1991 | 4 | ;; Created: 13 Feb 1991 |
| 5 | ;; Version: 0.7 | 5 | ;; Version: 0.7 |
| 6 | 6 | ||
| 7 | ;; Copyright (C) 1991 Free Software Foundation, Inc. | 7 | ;; Copyright (C) 1991 Free Software Foundation, Inc. |
| 8 | 8 | ||
| @@ -21,6 +21,7 @@ | |||
| 21 | ;; file named COPYING. Among other things, the copyright notice | 21 | ;; file named COPYING. Among other things, the copyright notice |
| 22 | ;; and this notice must be preserved on all copies. | 22 | ;; and this notice must be preserved on all copies. |
| 23 | 23 | ||
| 24 | ;;; Commentary: | ||
| 24 | 25 | ||
| 25 | ;; How to install ws-mode.el: | 26 | ;; How to install ws-mode.el: |
| 26 | ;; | 27 | ;; |
| @@ -52,7 +53,7 @@ | |||
| 52 | ;; | 53 | ;; |
| 53 | ;; Enjoy! | 54 | ;; Enjoy! |
| 54 | 55 | ||
| 55 | 56 | ;;; Code: | |
| 56 | 57 | ||
| 57 | (defun wordstar-mode () | 58 | (defun wordstar-mode () |
| 58 | "Major mode with WordStar-like key bindings. | 59 | "Major mode with WordStar-like key bindings. |