auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] Changes to auctex/font-latex.el,v


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to auctex/font-latex.el,v
Date: Sun, 19 Aug 2007 20:23:03 +0000

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)




reply via email to

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