monnier pushed a commit to branch externals/auctex
in repository elpa.
commit 93943ce62afd5bcf1fa9fb63585c391cbe4b6294
Author: Mosè Giordano <[email protected]>
Date: Mon Jul 22 18:57:11 2013 +0200
Revert changes made with commit 7531cca to font-latex.el.
* font-latex.el (font-latex-built-in-keyword-classes): Revert
changes made with commit 7531cca, they were useless.
---
ChangeLog | 2 ++
font-latex.el | 12 ++++--------
2 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 3178df9..312a249 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
* font-latex.el (font-latex-built-in-keyword-classes): Fix
fontification of some biblatex macros. Reported by Christian
Kn�pfer.
+ (font-latex-built-in-keyword-classes): Revert changes made with
+ commit 7531cca, they were useless.
2013-07-15 Mads Jensen <[email protected]>
diff --git a/font-latex.el b/font-latex.el
index 10a7ed0..6f07766 100644
--- a/font-latex.el
+++ b/font-latex.el
@@ -313,14 +313,10 @@ variable `font-latex-fontify-sectioning'." num)
("citename" "[[{[{") ("citelist" "[[{[{") ("citefield" "[[{[{")
("citereset" "*")
("RN" "{") ("Rn" "{") ("DefineBibliographyStrings" "{{")
("DefineBibliographyExtras" "{{")
("UndefineBibliographyExtras" "{{") ("DefineHyphenationExceptions" "{{")
- ("NewBibliographyString" "{")
- ;; Multicite macros take any number of "key" arguments, let's limit
- ;; fontification to three arguments.
- ("autocites" "(([[{[[{[[{") ("Autocites" "(([[{[[{[[{") ("cites"
"(([[{[[{[[{")
- ("Cites" "(([[{[[{[[{") ("parencites" "(([[{[[{[[{") ("Parencites"
"(([[{[[{[[{")
- ("footcites" "(([[{[[{[[{") ("footcitetexts" "(([[{[[{[[{")
("smartcites" "(([[{[[{[[{")
- ("Smartcites" "(([[{[[{[[{") ("textcites" "(([[{[[{[[{") ("Textcites"
"(([[{[[{[[{")
- ("supercites" "(([[{[[{[[{"))
+ ("NewBibliographyString" "{") ("autocites" "(([[{") ("Autocites" "(([[{")
+ ("cites" "(([[{") ("Cites" "(([[{") ("parencites" "(([[{") ("Parencites"
"(([[{")
+ ("footcites" "(([[{") ("footcitetexts" "(([[{") ("smartcites" "(([[{")
+ ("Smartcites" "(([[{") ("textcites" "(([[{") ("Textcites" "(([[{")
("supercites" "(([[{"))
'font-lock-constant-face 2 command)
("reference"
(("nocite" "*{") ("cite" "*[[{") ("label" "{") ("pageref" "{")