diff options
author | Leo Liu <sdl.web@gmail.com> | 2016-01-07 09:48:00 +0800 |
---|---|---|
committer | Leo Liu <sdl.web@gmail.com> | 2016-01-07 09:57:55 +0800 |
commit | a0121bc7112f3d6ab76a67ba84cd80301cdc3581 (patch) | |
tree | b7b9e19e0e66ebe0b4a5551d9049471ab9fb75db /lisp/emacs-lisp | |
parent | 76fe2d526e7d4257f8c8855084bf172065aea2d1 (diff) | |
download | emacs-a0121bc7112f3d6ab76a67ba84cd80301cdc3581.tar.gz emacs-a0121bc7112f3d6ab76a67ba84cd80301cdc3581.tar.bz2 emacs-a0121bc7112f3d6ab76a67ba84cd80301cdc3581.zip |
Revert commit b1e3d14845517bfa9fa5d6d3840f3ab3160306fd
* lisp/emacs-lisp/easy-mmode.el (define-minor-mode):
Don't declare (indent 1).
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/easy-mmode.el | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/lisp/emacs-lisp/easy-mmode.el b/lisp/emacs-lisp/easy-mmode.el index 5543e920c67..f29f64f0562 100644 --- a/lisp/emacs-lisp/easy-mmode.el +++ b/lisp/emacs-lisp/easy-mmode.el @@ -152,12 +152,11 @@ For example, you could write ...BODY CODE...)" (declare (doc-string 2) (debug (&define name string-or-null-p - [&optional [¬ keywordp] sexp - &optional [¬ keywordp] sexp - &optional [¬ keywordp] sexp] - [&rest [keywordp sexp]] - def-body)) - (indent 1)) + [&optional [¬ keywordp] sexp + &optional [¬ keywordp] sexp + &optional [¬ keywordp] sexp] + [&rest [keywordp sexp]] + def-body))) ;; Allow skipping the first three args. (cond |