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