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))))
_______________________________________________
auctex-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex-diffs