1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-08 20:58:58 +00:00

* emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.

This commit is contained in:
Leo Liu 2014-02-24 11:55:17 +08:00
parent 7d4bd627de
commit 8ee4c296ec
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2014-02-24 Leo Liu <sdl.web@gmail.com>
* emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
2014-02-24 Juanma Barranquero <lekktu@gmail.com>
* apropos.el (apropos-print): Avoid formatting error when

View File

@ -148,7 +148,7 @@ For example, you could write
:lighter \" Foo\" :require 'foo :global t :group 'hassle :version \"27.5\"
...BODY CODE...)"
(declare (doc-string 2)
(debug (&define name stringp
(debug (&define name string-or-null-p
[&optional [&not keywordp] sexp
&optional [&not keywordp] sexp
&optional [&not keywordp] sexp]