]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert commit b1e3d14845517bfa9fa5d6d3840f3ab3160306fd
authorLeo Liu <sdl.web@gmail.com>
Thu, 7 Jan 2016 01:48:00 +0000 (09:48 +0800)
committerLeo Liu <sdl.web@gmail.com>
Thu, 7 Jan 2016 01:57:55 +0000 (09:57 +0800)
* lisp/emacs-lisp/easy-mmode.el (define-minor-mode):
  Don't declare (indent 1).

lisp/emacs-lisp/easy-mmode.el

index 5543e920c6750df9f275b8bc65a399670877177f..f29f64f0562e90dc73373e39e8780dbdd84081b5 100644 (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