diff options
Diffstat (limited to 'lisp/play/yow.el')
-rw-r--r-- | lisp/play/yow.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/play/yow.el b/lisp/play/yow.el index 006cf992edd..9ac8c5197e4 100644 --- a/lisp/play/yow.el +++ b/lisp/play/yow.el @@ -1,4 +1,4 @@ -;;; yow.el --- generate random zippyisms +;;; yow.el --- quote random zippyisms ;; Copyright (C) 1993 Free Software Foundation, Inc. @@ -63,8 +63,6 @@ "Zippy goes to the analyst." (interactive) (doctor) ; start the psychotherapy - (if (null yow-vector) - (setq yow-vector (snarf-yows))) (message "") (switch-to-buffer "*doctor*") (sit-for 0) |