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 eff71a7bd11b202a4e61094ef9d117a8aa315b65 (commit)
from 30be9cca33b2dc810cb2eeef214980734f5751b1 (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 eff71a7bd11b202a4e61094ef9d117a8aa315b65
Author: Tassilo Horn <[email protected]>
Date: Fri Aug 28 10:46:50 2015 +0200
Change | syntax to punctuation; fixes bug#21366
* tex.el (TeX-mode-syntax-table): Use punctuation syntax for
character | (bug#21366).
diff --git a/ChangeLog b/ChangeLog
index 99ceeb2..853d5d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-08-28 Tassilo Horn <[email protected]>
+
+ * tex.el (TeX-mode-syntax-table): Use punctuation syntax for
+ character | (bug#21366).
+
2015-08-24 Tassilo Horn <[email protected]>
* tex.el (VirTeX-common-initialization): Add support for
diff --git a/tex.el b/tex.el
index eda7651..24971b8 100644
--- a/tex.el
+++ b/tex.el
@@ -4505,7 +4505,7 @@ element to ALIST-VAR."
(modify-syntax-entry ?' "w" TeX-mode-syntax-table)
(modify-syntax-entry ?« "." TeX-mode-syntax-table)
(modify-syntax-entry ?» "." TeX-mode-syntax-table)
- (modify-syntax-entry ?| "$" TeX-mode-syntax-table))
+ (modify-syntax-entry ?| "." TeX-mode-syntax-table))
;;; Menu Support
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++++
tex.el | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
hooks/post-receive
--
GNU AUCTeX
_______________________________________________
auctex-diffs mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex-diffs