/[auctex]/auctex/latex.el
ViewVC logotype

Diff of /auctex/latex.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 5.357 by angeli, Sun Apr 10 10:04:10 2005 UTC revision 5.358 by angeli, Sun Apr 10 10:15:04 2005 UTC
# Line 1094  You may use `LaTeX-item-list' to change Line 1094  You may use `LaTeX-item-list' to change
1094    
1095  (defvar LaTeX-auto-minimal-regexp-list  (defvar LaTeX-auto-minimal-regexp-list
1096    '(("\\\\document\\(style\\|class\\)\    '(("\\\\document\\(style\\|class\\)\
1097  \\(\\[\\(\\([^#\\\\\\.%]\\|%[^\n\r]*[\n\r]\\)*\\)\\]\\)?\  \\(\\[\\(\\([^#\\.%]\\|%[^\n\r]*[\n\r]\\)*\\)\\]\\)?\
1098  {\\([^#\\\\\\.\n\r]+?\\)}"  {\\([^#\\\\\\.\n\r]+?\\)}"
1099       (3 5 1) LaTeX-auto-style)       (3 5 1) LaTeX-auto-style)
1100      ("\\\\use\\(package\\)\\(\\[\\([^\]\\\\]*\\)\\]\\)?\      ("\\\\use\\(package\\)\\(\\[\\([^\]\\\\]*\\)\\]\\)?\
1101  {\\(\\([^#}\\\\\\.%]\\|%[^\n\r]*[\n\r]\\)+?\\)}"  {\\(\\([^#}\\.%]\\|%[^\n\r]*[\n\r]\\)+?\\)}"
1102       (3 4 1) LaTeX-auto-style))       (3 4 1) LaTeX-auto-style))
1103    "Minimal list of regular expressions matching LaTeX macro definitions.")    "Minimal list of regular expressions matching LaTeX macro definitions.")
1104    

Legend:
Removed from v.5.357  
changed lines
  Added in v.5.358

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26