diff options
author | Leo Liu <sdl.web@gmail.com> | 2014-02-24 11:55:17 +0800 |
---|---|---|
committer | Leo Liu <sdl.web@gmail.com> | 2014-02-24 11:55:17 +0800 |
commit | 8ee4c296ecae9e354bc743fad0fd7f5a5e49e1a2 (patch) | |
tree | 4d59fc8c96a20d3510e48887e4aafe130c582ac2 /lisp/emacs-lisp | |
parent | 7d4bd627de08252c130f66858e486416878850e0 (diff) | |
download | emacs-8ee4c296ecae9e354bc743fad0fd7f5a5e49e1a2.tar.gz |
* emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/easy-mmode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/easy-mmode.el b/lisp/emacs-lisp/easy-mmode.el index 2db629ea86c..b5b6566cf66 100644 --- a/lisp/emacs-lisp/easy-mmode.el +++ b/lisp/emacs-lisp/easy-mmode.el @@ -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] |