emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex fa24654 55/57: * font-latex.el: Use the standard


From: Tassilo Horn
Subject: [elpa] externals/auctex fa24654 55/57: * font-latex.el: Use the standard utf-8 rather than latin-1
Date: Tue, 25 Jul 2017 14:02:36 -0400 (EDT)

branch: externals/auctex
commit fa24654358dea143f868a1439945ed9203963c29
Author: Stefan Monnier <address@hidden>
Commit: Tassilo Horn <address@hidden>

    * 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



reply via email to

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