summaryrefslogtreecommitdiff
path: root/lisp/progmodes/scheme.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2005-11-01 07:31:15 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2005-11-01 07:31:15 +0000
commit20e3cbfd339d87e42fbe0325e25aa757ffbef6c6 (patch)
tree1b0b96c5e1486b6dd52327544a00b878d8eec260 /lisp/progmodes/scheme.el
parent621e71ee736bd205fc7be46ee62bdb7fcea7b88c (diff)
downloademacs-20e3cbfd339d87e42fbe0325e25aa757ffbef6c6.tar.gz
(scheme-mode-variables): Use the default comment-indent-function.
Diffstat (limited to 'lisp/progmodes/scheme.el')
-rw-r--r--lisp/progmodes/scheme.el2
1 files changed, 0 insertions, 2 deletions
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)