CVSROOT: /cvsroot/auctex Module name: auctex Changes by: Ralf Angeli <angeli> 07/08/19 20:23:03
Index: font-latex.el =================================================================== RCS file: /cvsroot/auctex/auctex/font-latex.el,v retrieving revision 5.173 retrieving revision 5.174 diff -u -b -r5.173 -r5.174 --- font-latex.el 19 Aug 2007 17:26:54 -0000 5.173 +++ font-latex.el 19 Aug 2007 20:23:03 -0000 5.174 @@ -1355,7 +1355,8 @@ "Default specifier for keywords without syntax description. Set this to nil if verification of command syntax is unwanted.") -(defvar font-latex-command-with-args-opt-arg-delims '((?[ . ?]) (?< . ?>)) +(defvar font-latex-command-with-args-opt-arg-delims + '((?[ . ?]) (?< . ?>) (?\( . ?\))) "List character pairs used as delimiters for optional arguments.") (defun font-latex-match-command-with-arguments (regexp keywords face limit) _______________________________________________ auctex-diffs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/auctex-diffs
