changeset 2635:87b070dfb087

* yow.el (yow): Fix interactive spec.
author Jim Blandy <jimb@redhat.com>
date Mon, 03 May 1993 03:41:07 +0000
parents 9d0a5f376195
children 0b90475af405
files lisp/play/yow.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/play/yow.el	Mon May 03 03:40:40 1993 +0000
+++ b/lisp/play/yow.el	Mon May 03 03:41:07 1993 +0000
@@ -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)