]> git.eshelyaron.com Git - emacs.git/commitdiff
(scheme-mode-variables): Use the default comment-indent-function.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 1 Nov 2005 07:31:15 +0000 (07:31 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 1 Nov 2005 07:31:15 +0000 (07:31 +0000)
lisp/progmodes/scheme.el

index 15ab8edaadcc6314481e751f1cb920f6faa90fb6..0b11e4f6b9a2eba231ee6c17868f5aa8f39757b1 100644 (file)
   (setq comment-start-skip "\\(\\(^\\|[^\\\\\n]\\)\\(\\\\\\\\\\)*\\);+[ \t]*")
   (make-local-variable 'comment-column)
   (setq comment-column 40)
-  (make-local-variable 'comment-indent-function)
-  (setq comment-indent-function 'lisp-comment-indent)
   (make-local-variable 'parse-sexp-ignore-comments)
   (setq parse-sexp-ignore-comments t)
   (make-local-variable 'lisp-indent-function)