aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/play/yow.el
diff options
context:
space:
mode:
authorJim Blandy <[email protected]>1993-05-03 03:41:07 +0000
committerJim Blandy <[email protected]>1993-05-03 03:41:07 +0000
commitb22795d3e827777d0ab00e9012f55dd804ab48d4 (patch)
tree326f11aca72f9dd67b4477083e4d8cceed364f4e /lisp/play/yow.el
parent15e0fbfaff4bdc6f0e5557ef65b5bfac8a753ee3 (diff)
* yow.el (yow): Fix interactive spec.
Diffstat (limited to 'lisp/play/yow.el')
-rw-r--r--lisp/play/yow.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/play/yow.el b/lisp/play/yow.el
index 9ac8c5197e..94713ceac2 100644
--- a/lisp/play/yow.el
+++ b/lisp/play/yow.el
@@ -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)