diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 21:11:25 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 21:11:25 +0000 |
commit | cd8cea0a40e60431ed1b9f14ae5f85935743f598 (patch) | |
tree | a14050b6fc32f786d324b0cf9a75de008371ee94 /lisp/play | |
parent | 4bd4e566ab12d9e731b0eef172f882c81b59a537 (diff) | |
download | emacs-cd8cea0a40e60431ed1b9f14ae5f85935743f598.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/play')
-rw-r--r-- | lisp/play/spook.el | 5 | ||||
-rw-r--r-- | lisp/play/studly.el | 18 |
2 files changed, 22 insertions, 1 deletions
diff --git a/lisp/play/spook.el b/lisp/play/spook.el index 3b35ec44b00..890441f4aa2 100644 --- a/lisp/play/spook.el +++ b/lisp/play/spook.el @@ -1,4 +1,5 @@ -;; Spook phrase utility +;;; spook.el --- spook phrase utility for overloading the NSA line eater + ;; Copyright (C) 1988 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -107,3 +108,5 @@ (aset vector j temp) (setq i (1+ i)))) vector) + +;;; spook.el ends here diff --git a/lisp/play/studly.el b/lisp/play/studly.el index e40b18677f7..7adbcfaca06 100644 --- a/lisp/play/studly.el +++ b/lisp/play/studly.el @@ -1,5 +1,23 @@ ;;; studly.el --- StudlyCaps (tm)(r)(c)(xxx) +;; Copyright (C) 1992 Free Software Foundation, Inc. + +;; This file is part of GNU Emacs. + +;; GNU Emacs is free software; you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation; either version 1, or (at your option) +;; any later version. + +;; GNU Emacs is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. + +;; You should have received a copy of the GNU General Public License +;; along with GNU Emacs; see the file COPYING. If not, write to +;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + (defun studlify-region (begin end) "Studlify-case the region" (interactive "*r") |