diff options
author | Richard M. Stallman <rms@gnu.org> | 1992-09-26 21:41:37 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1992-09-26 21:41:37 +0000 |
commit | a3c959c67336699f8c4fd67d6ddb1e23457ccb50 (patch) | |
tree | fe620f5e81d37ee31ea59e54e509060726c4dbc3 /lisp/play/spook.el | |
parent | e6c55d5db43bebfa99207ee6aaeecb84a62926b0 (diff) | |
download | emacs-a3c959c67336699f8c4fd67d6ddb1e23457ccb50.tar.gz |
(spook): Make it autoload.
Diffstat (limited to 'lisp/play/spook.el')
-rw-r--r-- | lisp/play/spook.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/play/spook.el b/lisp/play/spook.el index 6ec0f454a1f..d1b31b757a1 100644 --- a/lisp/play/spook.el +++ b/lisp/play/spook.el @@ -56,6 +56,7 @@ (random t) ; Call this with M-x spook. +;;;###autoload (defun spook () "Adds that special touch of class to your outgoing mail." (interactive) |