]> git.eshelyaron.com Git - emacs.git/commitdiff
Clean up duplicated setting in scheme-mode-variables
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 24 Oct 2021 13:07:32 +0000 (15:07 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 24 Oct 2021 13:07:32 +0000 (15:07 +0200)
* lisp/progmodes/scheme.el (scheme-mode-variables): Remove
repeated setting.

lisp/progmodes/scheme.el

index 57351a7308d16c468f7053aa02e301f9cd37135d..abcdcb3349e56112794f37430904ac4cb8e9eaa9 100644 (file)
   (setq-local comment-start-skip ";+[ \t]*")
   (setq-local comment-use-syntax t)
   (setq-local comment-column 40)
-  (setq-local parse-sexp-ignore-comments t)
   (setq-local lisp-indent-function 'scheme-indent-function)
   (setq mode-line-process '("" scheme-mode-line-process))
   (setq-local imenu-case-fold-search t)