]> git.eshelyaron.com Git - emacs.git/commitdiff
(define-compilation-mode): Specify `doc-string-elt' property.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Wed, 8 Sep 2004 11:09:14 +0000 (11:09 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Wed, 8 Sep 2004 11:09:14 +0000 (11:09 +0000)
lisp/emacs-lisp/lisp-mode.el

index e2aac327ddc74786f93e7a3aa3ea438352abddd5..700fc5f80a8fe741ce55f47b0e55d4d8868c4a01 100644 (file)
 (put 'defsubst 'doc-string-elt 3)
 (put 'define-skeleton 'doc-string-elt 2)
 (put 'define-derived-mode 'doc-string-elt 4)
+(put 'define-compilation-mode 'doc-string-elt 3)
 (put 'easy-mmode-define-minor-mode 'doc-string-elt 2)
 (put 'define-minor-mode 'doc-string-elt 2)
 (put 'define-generic-mode 'doc-string-elt 7)
@@ -489,7 +490,7 @@ If CHAR is not a character, return nil."
         (and string
              (= (car (read-from-string string)) char)
              string))))
-        
+
 
 (defun eval-last-sexp-1 (eval-last-sexp-arg-internal)
   "Evaluate sexp before point; print value in minibuffer.