projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5db8e0
)
* lisp/emacs-lisp/derived.el (define-derived-mode): Revert indent change.
author
Leo Liu
<sdl.web@gmail.com>
Sat, 27 Feb 2016 05:48:01 +0000
(13:48 +0800)
committer
Leo Liu
<sdl.web@gmail.com>
Sat, 27 Feb 2016 05:48:43 +0000
(13:48 +0800)
lisp/emacs-lisp/derived.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/derived.el
b/lisp/emacs-lisp/derived.el
index f30271e15fc79f3827e9fd66b48da237a7d9bbba..19ff7abda39c541d9817f6a07e64d3099768cd25 100644
(file)
--- 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