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 <[email protected]>
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

_______________________________________________
auctex-diffs mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to