aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2005-11-01 07:31:15 +0000
committerStefan Monnier2005-11-01 07:31:15 +0000
commit20e3cbfd339d87e42fbe0325e25aa757ffbef6c6 (patch)
tree1b0b96c5e1486b6dd52327544a00b878d8eec260
parent621e71ee736bd205fc7be46ee62bdb7fcea7b88c (diff)
downloademacs-20e3cbfd339d87e42fbe0325e25aa757ffbef6c6.tar.gz
emacs-20e3cbfd339d87e42fbe0325e25aa757ffbef6c6.zip
(scheme-mode-variables): Use the default comment-indent-function.
-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 @@
158 (setq comment-start-skip "\\(\\(^\\|[^\\\\\n]\\)\\(\\\\\\\\\\)*\\);+[ \t]*") 158 (setq comment-start-skip "\\(\\(^\\|[^\\\\\n]\\)\\(\\\\\\\\\\)*\\);+[ \t]*")
159 (make-local-variable 'comment-column) 159 (make-local-variable 'comment-column)
160 (setq comment-column 40) 160 (setq comment-column 40)
161 (make-local-variable 'comment-indent-function)
162 (setq comment-indent-function 'lisp-comment-indent)
163 (make-local-variable 'parse-sexp-ignore-comments) 161 (make-local-variable 'parse-sexp-ignore-comments)
164 (setq parse-sexp-ignore-comments t) 162 (setq parse-sexp-ignore-comments t)
165 (make-local-variable 'lisp-indent-function) 163 (make-local-variable 'lisp-indent-function)