;ELC   
;;; compiled by cthomp@willow on Thu Aug 12 00:33:20 1993
;;; from file /era/era-0.80/editor/lisp/games/spook.el
;;; emacs version 19.8 (beta8) Lucid.
;;; bytecomp version 2.15; 14-jul-93.
;;; optimization is on.
;;; this file uses opcodes which do not exist in Emacs 18.

(if (and (boundp 'emacs-version)
	 (or (and (boundp 'epoch::version) epoch::version)
	     (string-lessp emacs-version "19")))
    (error "This file was compiled for Emacs 19."))

(require 'cookie1)
(defvar spook-phrases-file (concat data-directory "spook.lines") "\
Keep your favorite phrases here.")
(defvar spook-phrase-default-count 15 "\
Default number of phrases to insert")
(fset 'spook #[nil "À	\nÃÄ$‡" [cookie-insert spook-phrases-file spook-phrase-default-count "Checking authorization" "Checking authorization...Approved"] 5 "\
Adds that special touch of class to your outgoing mail." nil])
