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 | c88ab9ce4a0dbacb1f5bd272c1e7419f1e0f4b9d (patch) | |
tree | 0dddeeff29c5a9f505aa940c413efc05d73964a6 /lisp/play/spook.el | |
parent | d501f51645d966e8fe2febba698779996b33eb21 (diff) | |
download | emacs-c88ab9ce4a0dbacb1f5bd272c1e7419f1e0f4b9d.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/play/spook.el')
-rw-r--r-- | lisp/play/spook.el | 5 |
1 files changed, 4 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 |