[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] GNU AUCTeX branch, master, updated. c093db7e2dcf23d513686
From: |
Tassilo Horn |
Subject: |
[AUCTeX-diffs] GNU AUCTeX branch, master, updated. c093db7e2dcf23d51368678fb598decf3dd87ed2 |
Date: |
Wed, 22 Jan 2014 15:29:37 +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 c093db7e2dcf23d51368678fb598decf3dd87ed2 (commit)
from a8043a2d7dceae42a8e09af9e707d20deaa5f241 (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 c093db7e2dcf23d51368678fb598decf3dd87ed2
Author: Tassilo Horn <address@hidden>
Date: Wed Jan 22 16:28:49 2014 +0100
Declare LaTeX-shortvrb-chars as safe local variable.
(LaTeX-shortvrb-chars): Declare it as safe local variable.
diff --git a/ChangeLog b/ChangeLog
index 215f37e..74813db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@
shortvrb does not make | a shortvrb char. One needs to define it
using \MakeShortVrb{\|}. Extend the docstring so that it tells
that one should usually set this variable only buffer-locally.
+ (LaTeX-shortvrb-chars): Declare it as safe local variable.
* font-latex.el (font-latex-add-to-syntax-alist): Call
`font-latex-setup' to make syntactic font-lock changes effective.
diff --git a/style/shortvrb.el b/style/shortvrb.el
index 8b4570a..8103a37 100644
--- a/style/shortvrb.el
+++ b/style/shortvrb.el
@@ -62,6 +62,7 @@ your document actually defines shortvrb chars using
\\MakeShortVrb."
:group 'LaTeX-style
:type '(repeat character))
+(put 'LaTeX-shortvrb-chars 'safe-local-variable 'listp)
(TeX-add-style-hook
"shortvrb"
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 1 +
style/shortvrb.el | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
hooks/post-receive
--
GNU AUCTeX
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [AUCTeX-diffs] GNU AUCTeX branch, master, updated. c093db7e2dcf23d51368678fb598decf3dd87ed2,
Tassilo Horn <=