]> git.eshelyaron.com Git - emacs.git/commit
Fix syntax-category of some punctuation characters
authorEli Zaretskii <eliz@gnu.org>
Fri, 25 Jun 2021 05:36:27 +0000 (08:36 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 25 Jun 2021 05:36:27 +0000 (08:36 +0300)
commit3c674ffcca90aa6eec30daf99f8b8f0efcbf5bad
tree1d024fd6fc6651c1d43a77a2a413096dd1b18759
parent1c10517f01d8c849aee6c1d203a890ee7a1c4393
Fix syntax-category of some punctuation characters

* lisp/textmodes/text-mode.el (text-mode-syntax-table): Don't
modify the global syntax-table just because we load text-mode.el.
This happens at loadup time, and then affects the default syntax
in all modes, not just in text-mode and its derivatives.
(Bug#49214)
lisp/textmodes/text-mode.el