branch: externals/auctex commit fa24654358dea143f868a1439945ed9203963c29 Author: Stefan Monnier <monn...@iro.umontreal.ca> Commit: Tassilo Horn <t...@gnu.org>
* font-latex.el: Use the standard utf-8 rather than latin-1 --- font-latex.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/font-latex.el b/font-latex.el index 96787f1..9296a1c 100644 --- a/font-latex.el +++ b/font-latex.el @@ -69,7 +69,7 @@ "Regexp used to find quotes.") (make-variable-buffer-local 'font-latex-quote-regexp-beg) -(defvar font-latex-quote-list '(("``" "''") ("<<" ">>" french) ("�" "�" french)) +(defvar font-latex-quote-list '(("``" "''") ("<<" ">>" french) ("«" "»" french)) "List of quote specifiers for quotation fontification. Each element of the list is either a list consisting of two @@ -2240,7 +2240,7 @@ END marks boundaries for searching for quotation ends." (provide 'font-latex) ;; Local Variables: -;; coding: iso-8859-1 +;; coding: utf-8 ;; End: ;;; font-latex.el ends here