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

Diff of /auctex/font-latex.el

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

revision 5.128 by angeli, Wed Jun 29 17:46:30 2005 UTC revision 5.129 by angeli, Thu Jul 7 08:13:34 2005 UTC
# Line 1432  set to french, and >> german << (and 8-b Line 1432  set to french, and >> german << (and 8-b
1432    ;; Search for matches.    ;; Search for matches.
1433    (when (re-search-forward font-latex-quote-regexp-beg limit t)    (when (re-search-forward font-latex-quote-regexp-beg limit t)
1434      (let ((beg (match-beginning 0)))      (let ((beg (match-beginning 0)))
1435        (search-forward (cdr (assoc (match-string 0) font-latex-quote-list))        (search-forward (cdr (assoc (if (fboundp 'string-make-multibyte)
1436                        limit 'move)                                        (string-make-multibyte (match-string 0))
1437                                        (match-string 0))
1438                                      font-latex-quote-list)) limit 'move)
1439        (store-match-data (list beg (point)))        (store-match-data (list beg (point)))
1440        t)))        t)))
1441    

Legend:
Removed from v.5.128  
changed lines
  Added in v.5.129

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