summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Liu <sdl.web@gmail.com>2016-03-01 11:50:11 +0800
committerLeo Liu <sdl.web@gmail.com>2016-03-01 11:51:34 +0800
commitb6d6304179c078811b5218323d035d8277457255 (patch)
tree3b23db9e131d1ee8b161641dd4a8737265005171
parent7c1e6ebfcb98f7936110f581075bff993c64aa18 (diff)
downloademacs-b6d6304179c078811b5218323d035d8277457255.tar.gz
Comment on last change to define-derived-mode
* lisp/emacs-lisp/derived.el (define-derived-mode): Add comment.
-rw-r--r--lisp/emacs-lisp/derived.el8
1 files changed, 7 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/derived.el b/lisp/emacs-lisp/derived.el
index 19ff7abda39..a615f9a5854 100644
--- a/lisp/emacs-lisp/derived.el
+++ b/lisp/emacs-lisp/derived.el
@@ -162,7 +162,13 @@ 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))
+ (doc-string 4)
+ ;; Ask not what
+ ;;(indent 3)
+ ;; can do for you, ask what it can do to others. IOW, the
+ ;; missing of indentation setting here is the indentation
+ ;; setting and not an oversight.
+ )
(when (and docstring (not (stringp docstring)))
;; Some trickiness, since what appears to be the docstring may really be