emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] 22/299: * style/epigraph.el ("epigraph"): Do not quote list entri


From: Stefan Monnier
Subject: [elpa] 22/299: * style/epigraph.el ("epigraph"): Do not quote list entries for `font-latex-add-keywords'.
Date: Sun, 02 Nov 2014 03:09:57 +0000

monnier pushed a commit to branch externals/auctex
in repository elpa.

commit 8cc7eeac1c3e1aebabd331a71cebfd78cc7adfc5
Author: Ralf Angeli <address@hidden>
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  <address@hidden>
+
+       * style/epigraph.el ("epigraph"): Do not quote list entries for
+       `font-latex-add-keywords'.
+
 2013-01-07  Ralf Angeli  <address@hidden>
 
        * 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



reply via email to

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