summaryrefslogtreecommitdiff
path: root/lisp/play/yow.el
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-05-03 03:41:07 +0000
committerJim Blandy <jimb@redhat.com>1993-05-03 03:41:07 +0000
commitd2f737ccce954378d604c45890eec7e4a04493bf (patch)
tree8902d38fde15713631fdcd31362e45f24133cd6e /lisp/play/yow.el
parent3a9f8af3ab12f374d1225d7838ce7ab37bbe9647 (diff)
downloademacs-d2f737ccce954378d604c45890eec7e4a04493bf.tar.gz
* 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 9ac8c5197e4..94713ceac2d 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)