diff options
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) |