Revert commit b1e3d14845
* lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Don't declare (indent 1).
This commit is contained in:
parent
76fe2d526e
commit
a0121bc711
1 changed files with 5 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue