monnier pushed a commit to branch externals/auctex
in repository elpa.
commit 8cc7eeac1c3e1aebabd331a71cebfd78cc7adfc5
Author: Ralf Angeli <[email protected]>
Date: Wed Jan 9 21:36:32 2013 +0000
* style/epigraph.el ("epigraph"): Do not quote list entries for
`font-latex-add-keywords'.
---
ChangeLog | 5 +++++
style/epigraph.el | 6 +++---
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 7fc3107..fb2f088 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-01-09 Ralf Angeli <[email protected]>
+
+ * style/epigraph.el ("epigraph"): Do not quote list entries for
+ `font-latex-add-keywords'.
+
2013-01-07 Ralf Angeli <[email protected]>
* style/mathtools.el ("mathtools"): Prevent amsmath options from
diff --git a/style/epigraph.el b/style/epigraph.el
index 515ff9d..942daf5 100644
--- a/style/epigraph.el
+++ b/style/epigraph.el
@@ -57,9 +57,9 @@
(when (and (featurep 'font-latex)
(eq TeX-install-font-lock 'font-latex-setup))
(font-latex-add-keywords '(("epigraph" "{{")
- '("qitem" "{{")
- '("dropchapter" "{")
- '("epigraphhead" "{")) 'function)
+ ("qitem" "{{")
+ ("dropchapter" "{")
+ ("epigraphhead" "{")) 'function)
(font-latex-add-keywords '("cleartoevenpage") 'warning))))
(defvar LaTeX-epigraph-package-options nil