diff options
| author | Leo Liu | 2016-01-07 09:48:00 +0800 |
|---|---|---|
| committer | Leo Liu | 2016-01-07 09:57:55 +0800 |
| commit | a0121bc7112f3d6ab76a67ba84cd80301cdc3581 (patch) | |
| tree | b7b9e19e0e66ebe0b4a5551d9049471ab9fb75db | |
| parent | 76fe2d526e7d4257f8c8855084bf172065aea2d1 (diff) | |
| download | emacs-a0121bc7112f3d6ab76a67ba84cd80301cdc3581.tar.gz emacs-a0121bc7112f3d6ab76a67ba84cd80301cdc3581.zip | |
Revert commit b1e3d14845517bfa9fa5d6d3840f3ab3160306fd
* lisp/emacs-lisp/easy-mmode.el (define-minor-mode):
Don't declare (indent 1).
| -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 | |||
| 152 | ...BODY CODE...)" | 152 | ...BODY CODE...)" |
| 153 | (declare (doc-string 2) | 153 | (declare (doc-string 2) |
| 154 | (debug (&define name string-or-null-p | 154 | (debug (&define name string-or-null-p |
| 155 | [&optional [¬ keywordp] sexp | 155 | [&optional [¬ keywordp] sexp |
| 156 | &optional [¬ keywordp] sexp | 156 | &optional [¬ keywordp] sexp |
| 157 | &optional [¬ keywordp] sexp] | 157 | &optional [¬ keywordp] sexp] |
| 158 | [&rest [keywordp sexp]] | 158 | [&rest [keywordp sexp]] |
| 159 | def-body)) | 159 | def-body))) |
| 160 | (indent 1)) | ||
| 161 | 160 | ||
| 162 | ;; Allow skipping the first three args. | 161 | ;; Allow skipping the first three args. |
| 163 | (cond | 162 | (cond |