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...)"
|
...BODY CODE...)"
|
||||||
(declare (doc-string 2)
|
(declare (doc-string 2)
|
||||||
(debug (&define name string-or-null-p
|
(debug (&define name string-or-null-p
|
||||||
[&optional [¬ keywordp] sexp
|
[&optional [¬ keywordp] sexp
|
||||||
&optional [¬ keywordp] sexp
|
&optional [¬ keywordp] sexp
|
||||||
&optional [¬ keywordp] sexp]
|
&optional [¬ keywordp] sexp]
|
||||||
[&rest [keywordp sexp]]
|
[&rest [keywordp sexp]]
|
||||||
def-body))
|
def-body)))
|
||||||
(indent 1))
|
|
||||||
|
|
||||||
;; Allow skipping the first three args.
|
;; Allow skipping the first three args.
|
||||||
(cond
|
(cond
|
||||||
|
|
Loading…
Add table
Reference in a new issue