# HG changeset patch # User Richard M. Stallman # Date 1015280817 0 # Node ID 1576fb3105fe8f257c90e7b2f187c7f365910ba8 # Parent 8d176857311d2d7f71f6755997be1bc08b842e20 (define-minor-mode): Use "P" in interactive spec of minor mode commands. diff -r 8d176857311d -r 1576fb3105fe lisp/emacs-lisp/easy-mmode.el --- a/lisp/emacs-lisp/easy-mmode.el Mon Mar 04 20:15:56 2002 +0000 +++ b/lisp/emacs-lisp/easy-mmode.el Mon Mar 04 22:26:57 2002 +0000 @@ -177,7 +177,7 @@ \\{%s}") pretty-name keymap-sym)) ;; Make no arg by default in an interactive call, ;; so that repeating the command toggles again. - (interactive) + (interactive "P") (setq ,mode (if arg (> (prefix-numeric-value arg) 0)