CVSROOT: /cvsroot/auctex Module name: auctex Changes by: Ralf Angeli <angeli> 06/06/04 19:37:00
Index: font-latex.el =================================================================== RCS file: /cvsroot/auctex/auctex/font-latex.el,v retrieving revision 5.155 retrieving revision 5.156 diff -u -b -r5.155 -r5.156 --- font-latex.el 25 May 2006 14:08:40 -0000 5.155 +++ font-latex.el 4 Jun 2006 19:36:59 -0000 5.156 @@ -150,6 +150,7 @@ QUOTES has to be a list adhering to the format of an element of `font-latex-quote-list'." (set (make-local-variable 'font-latex-quotes-control) nil) + (make-local-variable 'font-latex-quote-regexp-beg) (make-local-variable 'font-latex-quote-list) (add-to-list 'font-latex-quote-list quotes)) _______________________________________________ auctex-diffs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/auctex-diffs
