auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 2880b625ce09cc86ac168


From: Mosè Giordano
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 2880b625ce09cc86ac168530cdc23fc2e3e91ad9
Date: Mon, 30 Nov 2015 14:34:57 +0000

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  2880b625ce09cc86ac168530cdc23fc2e3e91ad9 (commit)
      from  15ebec9659d45623098a168410d271cd39550a96 (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 2880b625ce09cc86ac168530cdc23fc2e3e91ad9
Author: Mosè Giordano <address@hidden>
Date:   Mon Nov 30 15:28:18 2015 +0100

    Fix regex in texmathp
    
    * texmathp.el: Replace \t with \r.  Reported by Marcin Borkowski.

diff --git a/texmathp.el b/texmathp.el
index f13e237..e83f548 100644
--- a/texmathp.el
+++ b/texmathp.el
@@ -257,7 +257,7 @@ See the variable `texmathp-tex-commands' about which 
commands are checked."
   (interactive)
   (let* ((pos (point)) math-on sw-match
         (bound (save-excursion
-                 (if (re-search-backward "[\n\t][ \t]*[\n\r]"
+                 (if (re-search-backward "[\n\r][ \t]*[\n\r]"
                                          nil 1 texmathp-search-n-paragraphs)
                      (match-beginning 0)
                    (point-min))))

-----------------------------------------------------------------------

Summary of changes:
 texmathp.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

[Prev in Thread] Current Thread [Next in Thread]