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


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to auctex/font-latex.el
Date: Thu, 07 Jul 2005 04:13:34 -0400

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)))
 




reply via email to

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