mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-19 18:13:55 +00:00
(scheme-mode-variables): Use the default comment-indent-function.
This commit is contained in:
parent
621e71ee73
commit
20e3cbfd33
@ -158,8 +158,6 @@
|
|||||||
(setq comment-start-skip "\\(\\(^\\|[^\\\\\n]\\)\\(\\\\\\\\\\)*\\);+[ \t]*")
|
(setq comment-start-skip "\\(\\(^\\|[^\\\\\n]\\)\\(\\\\\\\\\\)*\\);+[ \t]*")
|
||||||
(make-local-variable 'comment-column)
|
(make-local-variable 'comment-column)
|
||||||
(setq comment-column 40)
|
(setq comment-column 40)
|
||||||
(make-local-variable 'comment-indent-function)
|
|
||||||
(setq comment-indent-function 'lisp-comment-indent)
|
|
||||||
(make-local-variable 'parse-sexp-ignore-comments)
|
(make-local-variable 'parse-sexp-ignore-comments)
|
||||||
(setq parse-sexp-ignore-comments t)
|
(setq parse-sexp-ignore-comments t)
|
||||||
(make-local-variable 'lisp-indent-function)
|
(make-local-variable 'lisp-indent-function)
|
||||||
|
Loading…
Reference in New Issue
Block a user