diff options
author | Jim Blandy <jimb@redhat.com> | 1993-05-03 03:41:07 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-05-03 03:41:07 +0000 |
commit | b22795d3e827777d0ab00e9012f55dd804ab48d4 (patch) | |
tree | 326f11aca72f9dd67b4477083e4d8cceed364f4e /lisp/play/yow.el | |
parent | 15e0fbfaff4bdc6f0e5557ef65b5bfac8a753ee3 (diff) | |
download | emacs-b22795d3e827777d0ab00e9012f55dd804ab48d4.tar.gz emacs-b22795d3e827777d0ab00e9012f55dd804ab48d4.tar.bz2 emacs-b22795d3e827777d0ab00e9012f55dd804ab48d4.zip |
* yow.el (yow): Fix interactive spec.
Diffstat (limited to 'lisp/play/yow.el')
-rw-r--r-- | lisp/play/yow.el | 2 |
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) |