;ELC ;;; compiled by jimb@geech.gnu.ai.mit.edu on Tue Jul 6 00:24:34 1993 ;;; from file /gd/gnu/emacs/19.0/lisp/yow.el ;;; emacs version 19.15.16. ;;; bytecomp version FSF 2.10 ;;; 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 (quote cookie1)) (defvar yow-file (concat data-directory "yow.lines") "\ Pertinent pinhead phrases.") (defalias 'yow #[(&optional interactive) " #  , \"\"!! \",!ʐ !)" [cookie yow-file "Am I CONSING yet?..." "I have SEEN the CONSING!!" yow interactive string-match "\n" delete-windows-on get-buffer-create "*Help*" message "%s" "Yow!" princ] 4 "\ Return or display a random Zippy quotation." "p"]) (defalias 'psychoanalyze-pinhead #[nil " !!! ?) !!!!" [doctor message "" switch-to-buffer "*doctor*" sit-for 0 input-pending-p insert-string yow doctor-ret-or-read 1] 2 "\ Zippy goes to the analyst." nil]) (provide (quote yow))