projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
559fb59
)
Clean up duplicated setting in scheme-mode-variables
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 24 Oct 2021 13:07:32 +0000
(15:07 +0200)
committer
Lars 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
patch
|
blob
|
history
diff --git
a/lisp/progmodes/scheme.el
b/lisp/progmodes/scheme.el
index 57351a7308d16c468f7053aa02e301f9cd37135d..abcdcb3349e56112794f37430904ac4cb8e9eaa9 100644
(file)
--- 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)