diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-22 02:58:48 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-22 02:58:48 +0000 |
commit | 5814274441e07c578c67f33a13e018abb9acfc14 (patch) | |
tree | 5bf4c7e56b8523d9e905e2f1d111617cab533d6b /lisp/play/studly.el | |
parent | eea8d4efafbc96001f7c1e0e0cee5912400ba667 (diff) | |
download | emacs-5814274441e07c578c67f33a13e018abb9acfc14.tar.gz emacs-5814274441e07c578c67f33a13e018abb9acfc14.tar.bz2 emacs-5814274441e07c578c67f33a13e018abb9acfc14.zip |
entered into RCS
Diffstat (limited to 'lisp/play/studly.el')
-rw-r--r-- | lisp/play/studly.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/play/studly.el b/lisp/play/studly.el index 23509fc90ab..1f215003c96 100644 --- a/lisp/play/studly.el +++ b/lisp/play/studly.el @@ -1,11 +1,10 @@ ;;; studly.el --- StudlyCaps (tm)(r)(c)(xxx) -;; Maintainer: FSF -;; Keywords: games - ;;; This is in the public domain, since it was distributed ;;; by its author without a copyright notice in 1986. +;; Keywords: games + ;;; Code: (defun studlify-region (begin end) |