diff options
| author | Richard M. Stallman | 1992-05-31 18:36:59 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1992-05-31 18:36:59 +0000 |
| commit | 0560661c7642c3e97557f20bc2479a04a8845e89 (patch) | |
| tree | 333a1c8cdd53219a09e99c83dc666742802c2500 | |
| parent | 3bab998b31384e12e9ff601e2f5b97fe5feff5fd (diff) | |
| download | emacs-0560661c7642c3e97557f20bc2479a04a8845e89.tar.gz emacs-0560661c7642c3e97557f20bc2479a04a8845e89.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/play/studly.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/play/studly.el b/lisp/play/studly.el index e40b18677f7..6d97a31fef0 100644 --- a/lisp/play/studly.el +++ b/lisp/play/studly.el | |||
| @@ -1,4 +1,6 @@ | |||
| 1 | ;;; studly.el --- StudlyCaps (tm)(r)(c)(xxx) | 1 | ;;; studly.el --- StudlyCaps (tm)(r)(c)(xxx) |
| 2 | ;;; This is in the public domain, since it was distributed | ||
| 3 | ;;; by its author without a copyright notice in 1986. | ||
| 2 | 4 | ||
| 3 | (defun studlify-region (begin end) | 5 | (defun studlify-region (begin end) |
| 4 | "Studlify-case the region" | 6 | "Studlify-case the region" |