auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] Changes to auctex/style/flashcards.el,v


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to auctex/style/flashcards.el,v
Date: Sat, 03 Jan 2009 16:29:48 +0000

CVSROOT:        /cvsroot/auctex
Module name:    auctex
Changes by:     Ralf Angeli <angeli>    09/01/03 16:29:48

Index: flashcards.el
===================================================================
RCS file: /cvsroot/auctex/auctex/style/flashcards.el,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- flashcards.el       3 Feb 2008 14:53:30 -0000       1.3
+++ flashcards.el       3 Jan 2009 16:29:48 -0000       1.4
@@ -36,7 +36,7 @@
    (TeX-add-symbols
     '("cardfrontstyle" ["Format"] "Style")
     '("cardfrontfoot" "Footer text")
-    '("cardbackstyle" "Style")
+    '("cardbackstyle" ["Format"] "Style")
     '("cardfrontheadstyle" ["Format"] "Style")
     '("cardfrontfootstyle" ["Format"] "Style")
     "cardmargin"
@@ -48,11 +48,11 @@
     "cardwidth")
    (LaTeX-add-environments '("flashcard" ["Header"] "Front side"))
    ;; Fontification
-   (when (and (featurep 'font-latex)
+   (when (and (fboundp 'font-latex-add-keywords)
              (eq TeX-install-font-lock 'font-latex-setup))
      (font-latex-add-keywords '(("cardfrontstyle" "[{")
                                ("cardfrontfoot" "{")
-                               ("cardbackstyle" "{")
+                               ("cardbackstyle" "[{")
                                ("cardfrontheadstyle" "[{")
                                ("cardfrontfootstyle" "[{"))
                              'variable))))




reply via email to

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