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

Diff of /auctex/texmathp.el

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

revision 5.12 by dak, Wed Apr 27 16:16:38 2005 UTC revision 5.13 by angeli, Tue Jul 12 07:42:33 2005 UTC
# Line 314  Limit searched to BOUND.  The return val Line 314  Limit searched to BOUND.  The return val
314      (save-excursion      (save-excursion
315        (and (null texmathp-environments) (throw 'exit nil))        (and (null texmathp-environments) (throw 'exit nil))
316        (let (end-list env)        (let (end-list env)
317          (while (re-search-backward "\\\\\\(begin\\|end\\){\\([^}]+\\)}"          (while (re-search-backward "\\\\\\(begin\\|end\\)[ \t]*{\\([^}]+\\)}"
318                                     bound t)                                     bound t)
319            (setq env (buffer-substring-no-properties            (setq env (buffer-substring-no-properties
320                       (match-beginning 2) (match-end 2)))                       (match-beginning 2) (match-end 2)))

Legend:
Removed from v.5.12  
changed lines
  Added in v.5.13

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