From b22795d3e827777d0ab00e9012f55dd804ab48d4 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Mon, 3 May 1993 03:41:07 +0000 Subject: [PATCH] * yow.el (yow): Fix interactive spec. --- lisp/play/yow.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)