From: Lars Ingebrigtsen Date: Sun, 24 Oct 2021 13:07:32 +0000 (+0200) Subject: Clean up duplicated setting in scheme-mode-variables X-Git-Tag: emacs-29.0.90~3671^2~448 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c1a71ea77419065d13f8a0bd8f488c27bd749610;p=emacs.git Clean up duplicated setting in scheme-mode-variables * lisp/progmodes/scheme.el (scheme-mode-variables): Remove repeated setting. --- diff --git a/lisp/progmodes/scheme.el b/lisp/progmodes/scheme.el index 57351a7308d..abcdcb3349e 100644 --- a/lisp/progmodes/scheme.el +++ b/lisp/progmodes/scheme.el @@ -143,7 +143,6 @@ (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)