From 3881a186743fdde1716d4633d6098b51caf2a02e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 4 Mar 2002 22:27:03 +0000 Subject: (define-minor-mode): Use "P" in interactive spec of minor mode commands. --- lisp/emacs-lisp/easy-mmode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/emacs-lisp') diff --git a/lisp/emacs-lisp/easy-mmode.el b/lisp/emacs-lisp/easy-mmode.el index 0757115ee40..d916bc2f57c 100644 --- a/lisp/emacs-lisp/easy-mmode.el +++ b/lisp/emacs-lisp/easy-mmode.el @@ -177,7 +177,7 @@ With zero or negative ARG turn mode off. \\{%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) -- cgit v1.2.3