From 098d47bcf735a1a194a155a8d365746a364617d8 Mon Sep 17 00:00:00 2001 From: Leo Liu Date: Sat, 27 Feb 2016 13:48:01 +0800 Subject: [PATCH] * lisp/emacs-lisp/derived.el (define-derived-mode): Revert indent change. --- lisp/emacs-lisp/derived.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/emacs-lisp/derived.el b/lisp/emacs-lisp/derived.el index f30271e15f..19ff7abda3 100644 --- a/lisp/emacs-lisp/derived.el +++ b/lisp/emacs-lisp/derived.el @@ -162,8 +162,7 @@ The new mode runs the hook constructed by the function See Info node `(elisp)Derived Modes' for more details." (declare (debug (&define name symbolp sexp [&optional stringp] [&rest keywordp sexp] def-body)) - (doc-string 4) - (indent 3)) + (doc-string 4)) (when (and docstring (not (stringp docstring))) ;; Some trickiness, since what appears to be the docstring may really be -- 2.39.2