aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)