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:
parent
7d4bd627de
commit
8ee4c296ec
@ -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
|
||||
|
@ -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 [¬ keywordp] sexp
|
||||
&optional [¬ keywordp] sexp
|
||||
&optional [¬ keywordp] sexp]
|
||||
|
Loading…
x
Reference in New Issue
Block a user