Index: auctex/font-latex.el
diff -u auctex/font-latex.el:5.128 auctex/font-latex.el:5.129
--- auctex/font-latex.el:5.128 Wed Jun 29 17:46:30 2005
+++ auctex/font-latex.el Thu Jul 7 08:13:34 2005
@@ -1432,8 +1432,10 @@
;; Search for matches.
(when (re-search-forward font-latex-quote-regexp-beg limit t)
(let ((beg (match-beginning 0)))
- (search-forward (cdr (assoc (match-string 0) font-latex-quote-list))
- limit 'move)
+ (search-forward (cdr (assoc (if (fboundp 'string-make-multibyte)
+ (string-make-multibyte (match-string 0))
+ (match-string 0))
+ font-latex-quote-list)) limit 'move)
(store-match-data (list beg (point)))
t)))
_______________________________________________
auctex-diffs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-diffs