CVSROOT:        /cvsroot/auctex
Module name:    auctex
Changes by:     Ralf Angeli <angeli>    13/01/09 21:36:32

Index: style/epigraph.el
===================================================================
RCS file: /cvsroot/auctex/auctex/style/epigraph.el,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- style/epigraph.el   27 Dec 2012 19:44:27 -0000      1.1
+++ style/epigraph.el   9 Jan 2013 21:36:32 -0000       1.2
@@ -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

_______________________________________________
auctex-diffs mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to