# HG changeset patch # User Stefan Monnier # Date 1130830275 0 # Node ID 4944ad66d9a346c052df0188c3c7c286b89a2ab1 # Parent 56a63119fa2022d3599c9d37a61398e8bb802476 (scheme-mode-variables): Use the default comment-indent-function. diff -r 56a63119fa20 -r 4944ad66d9a3 lisp/progmodes/scheme.el --- 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)