changeset 66597:4944ad66d9a3

(scheme-mode-variables): Use the default comment-indent-function.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 01 Nov 2005 07:31:15 +0000
parents 56a63119fa20
children bc45ad547d66
files lisp/progmodes/scheme.el
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/scheme.el	Tue Nov 01 07:19:07 2005 +0000
+++ b/lisp/progmodes/scheme.el	Tue Nov 01 07:31:15 2005 +0000
@@ -158,8 +158,6 @@
   (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)