]> git.eshelyaron.com Git - emacs.git/commitdiff
* emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
authorLeo Liu <sdl.web@gmail.com>
Mon, 24 Feb 2014 03:55:17 +0000 (11:55 +0800)
committerLeo Liu <sdl.web@gmail.com>
Mon, 24 Feb 2014 03:55:17 +0000 (11:55 +0800)
lisp/ChangeLog
lisp/emacs-lisp/easy-mmode.el

index 1e974b1525ae31dc30cd993f045df50667af98e8..a7927fd092a26b5c671dcfb7228c6d2713c48e98 100644 (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
index 2db629ea86c3dcade4240b12642a8292b93ea23b..b5b6566cf665745539b6a59cc2e454f563b64040 100644 (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]