[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 6d3ecf343257ac44edc57
From: |
Tassilo Horn |
Subject: |
[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 6d3ecf343257ac44edc577d9d6677d07815eabe8 |
Date: |
Fri, 23 Apr 2021 14:59:08 -0400 (EDT) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".
The branch, master has been updated
via 6d3ecf343257ac44edc577d9d6677d07815eabe8 (commit)
from 3d813cdeb8e7e7184dcf9d58f576584312cffae6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6d3ecf343257ac44edc577d9d6677d07815eabe8
Author: Tassilo Horn <tsdh@gnu.org>
Date: Fri Apr 23 20:56:49 2021 +0200
Don't treat comments with whitespace before % as code comments
* latex.el (LaTeX-fill-region-as-paragraph): Don't treat comments with
whitespace before % as code comments (mentioned as addendum to
bug#47757).
diff --git a/latex.el b/latex.el
index 3330037..beaa0dd 100644
--- a/latex.el
+++ b/latex.el
@@ -3783,7 +3783,7 @@ performed in that case."
(if (re-search-forward
(concat "\\("
;; Code comments.
- "[^\r\n%\\]\\([ \t]\\|\\\\\\\\\\)*"
+ "[^ \r\n%\\]\\([ \t]\\|\\\\\\\\\\)*"
TeX-comment-start-regexp
"\\|"
;; Lines ending with `\par'.
-----------------------------------------------------------------------
Summary of changes:
latex.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
GNU AUCTeX
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 6d3ecf343257ac44edc577d9d6677d07815eabe8,
Tassilo Horn <=