From: Stefan Monnier Date: Tue, 1 Nov 2005 07:31:15 +0000 (+0000) Subject: (scheme-mode-variables): Use the default comment-indent-function. X-Git-Tag: emacs-pretest-22.0.90~6148 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=20e3cbfd339d87e42fbe0325e25aa757ffbef6c6;p=emacs.git (scheme-mode-variables): Use the default comment-indent-function. --- diff --git a/lisp/progmodes/scheme.el b/lisp/progmodes/scheme.el index 15ab8edaadc..0b11e4f6b9a 100644 --- a/lisp/progmodes/scheme.el +++ b/lisp/progmodes/scheme.el @@ -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)