* lisp/emacs-lisp/easy-mmode.el (define-minor-mode):
  Don't declare (indent 1).
This commit is contained in:
Leo Liu 2016-01-07 09:48:00 +08:00
parent 76fe2d526e
commit a0121bc711

View file

@ -152,12 +152,11 @@ For example, you could write
...BODY CODE...)"
(declare (doc-string 2)
(debug (&define name string-or-null-p
[&optional [&not keywordp] sexp
&optional [&not keywordp] sexp
&optional [&not keywordp] sexp]
[&rest [keywordp sexp]]
def-body))
(indent 1))
[&optional [&not keywordp] sexp
&optional [&not keywordp] sexp
&optional [&not keywordp] sexp]
[&rest [keywordp sexp]]
def-body)))
;; Allow skipping the first three args.
(cond