(scheme-mode-variables): Use the default comment-indent-function.
This commit is contained in:
parent
621e71ee73
commit
20e3cbfd33
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue