auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

main 50798f34 102/257: * font-latex.el: Use the standard utf-8 rather th


From: Tassilo Horn
Subject: main 50798f34 102/257: * font-latex.el: Use the standard utf-8 rather than latin-1
Date: Fri, 19 Apr 2024 15:36:35 -0400 (EDT)

branch: main
commit 50798f343089fa39b9540e6d7d2d658fa306c825
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    * 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 a397b4b9..98c0afb4 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
@@ -2200,7 +2200,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



reply via email to

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