* yow.el (yow): Fix interactive spec.

This commit is contained in:
Jim Blandy 1993-05-03 03:41:07 +00:00
parent 15e0fbfaff
commit b22795d3e8

View file

@ -39,7 +39,7 @@
;;;###autoload
(defun yow (&optional interactive)
"Return or display a random Zippy quotation."
(interactive "P")
(interactive "p")
(let ((yow (cookie
yow-file "Am I CONSING yet?..." "I have SEEN the CONSING!!")))
(cond ((not interactive)