tsdh pushed a change to branch externals/auctex.
from 0383415 Release GNU AUCTeX 13.0.8
new b641204 Improve handling for parentheses with electric-pair-mode
(bug#47936)
new d1d99ae Get rid of unexpected side effects
new 93363d3 Follow up previous commit
new 3d813cd Add new test
new 6d3ecf3 Don't treat comments with whitespace before % as code
comments
new 98455d0 Give explicit arg to LaTeX-back-to-indentation in filling
functions.
new 40b9319 Fix matching of script chars (bug#48012)
new 3c4c78b Merge remote-tracking branch 'origin/master' into
externals/auctex
Summary of changes:
font-latex.el | 28 ++++++------
latex.el | 31 +++++++-------
tests/latex/latex-comment-filling-in.tex | 35 +++++++++++++++
tests/latex/latex-comment-filling-out.tex | 38 +++++++++++++++++
tests/latex/latex-test.el | 71 +++++++++++++++++++++++++------
5 files changed, 163 insertions(+), 40 deletions(-)
create mode 100644 tests/latex/latex-comment-filling-in.tex
create mode 100644 tests/latex/latex-comment-filling-out.tex