diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 19:21:46 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 19:21:46 +0000 |
commit | 76d7458ed90577d639dc71a5e100839d9a9ab13c (patch) | |
tree | be1d50caa3124c53233f67c78412fb81e83e5489 /lisp/emulation/ws-mode.el | |
parent | ecb4184d2f5c831be04186263b3f13e4ed4f2ef4 (diff) | |
download | emacs-76d7458ed90577d639dc71a5e100839d9a9ab13c.tar.gz emacs-76d7458ed90577d639dc71a5e100839d9a9ab13c.tar.bz2 emacs-76d7458ed90577d639dc71a5e100839d9a9ab13c.zip |
*** empty log message ***
Diffstat (limited to 'lisp/emulation/ws-mode.el')
-rw-r--r-- | lisp/emulation/ws-mode.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/emulation/ws-mode.el b/lisp/emulation/ws-mode.el index 4094d309206..27c6b60ba99 100644 --- a/lisp/emulation/ws-mode.el +++ b/lisp/emulation/ws-mode.el @@ -1,5 +1,5 @@ -;; File: ws-mode.el -;; Description: WordStar emulation mode for GNU Emacs +;;; ws-mode.el --- WordStar emulation mode for GNU Emacs + ;; Author: Juergen Nickelsen <nickel@cs.tu-berlin.de> ;; Created: 13 Feb 1991 ;; Version: 0.7 @@ -773,3 +773,5 @@ sWith: " ) (ws-error (cond (ws-block-begin-marker "Block end marker not set") (ws-block-end-marker "Block begin marker not set") (t "Block markers not set"))))) + +;;; ws-mode.el ends here |