emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 a0121bc: Revert commit b1e3d14845517bfa9fa5d6d384


From: Leo Liu
Subject: [Emacs-diffs] emacs-25 a0121bc: Revert commit b1e3d14845517bfa9fa5d6d3840f3ab3160306fd
Date: Thu, 07 Jan 2016 01:58:45 +0000

branch: emacs-25
commit a0121bc7112f3d6ab76a67ba84cd80301cdc3581
Author: Leo Liu <address@hidden>
Commit: Leo Liu <address@hidden>

    Revert commit b1e3d14845517bfa9fa5d6d3840f3ab3160306fd
    
    * lisp/emacs-lisp/easy-mmode.el (define-minor-mode):
      Don't declare (indent 1).
---
 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 5543e92..f29f64f 100644
--- a/lisp/emacs-lisp/easy-mmode.el
+++ b/lisp/emacs-lisp/easy-mmode.el
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]