* lisp/emacs-lisp/derived.el (define-derived-mode): Revert indent change.

This commit is contained in:
Leo Liu 2016-02-27 13:48:01 +08:00
parent b5db8e0461
commit 098d47bcf7

View file

@ -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