diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-14 18:50:09 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-14 18:50:09 +0000 |
commit | 6cf0d154a1e22e6c8da5aa55245ba1fde2859d7b (patch) | |
tree | 1454b224ab4a14b1730216c853a1613b5b6d8e2a /lisp/emulation | |
parent | f676886a9ea3e4f2cb9275a658c69c899056a500 (diff) | |
download | emacs-6cf0d154a1e22e6c8da5aa55245ba1fde2859d7b.tar.gz |
*** 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 @@ ;;; ws-mode.el --- WordStar emulation mode for GNU Emacs -;; Author: Juergen Nickelsen <nickel@cs.tu-berlin.de> -;; Created: 13 Feb 1991 -;; Version: 0.7 +;; Author: Juergen Nickelsen <nickel@cs.tu-berlin.de> +;; Created: 13 Feb 1991 +;; Version: 0.7 ;; Copyright (C) 1991 Free Software Foundation, Inc. @@ -21,6 +21,7 @@ ;; file named COPYING. Among other things, the copyright notice ;; and this notice must be preserved on all copies. +;;; Commentary: ;; How to install ws-mode.el: ;; @@ -52,7 +53,7 @@ ;; ;; Enjoy! - +;;; Code: (defun wordstar-mode () "Major mode with WordStar-like key bindings. |