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

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

[elpa] elpa 107b249 21/35: Convert tex-font.el to UTF-8 coding


From: Tassilo Horn
Subject: [elpa] elpa 107b249 21/35: Convert tex-font.el to UTF-8 coding
Date: Sun, 31 Jan 2016 16:05:40 +0000

branch: elpa
commit 107b24960bbdae2f8762c3ac2a71609d46007298
Author: Mosè Giordano <address@hidden>
Commit: Mosè Giordano <address@hidden>

    Convert tex-font.el to UTF-8 coding
    
    * tex-font.el: set coding to utf-8.
---
 tex-font.el |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/tex-font.el b/tex-font.el
index 8c0bf61..27c9cf2 100644
--- a/tex-font.el
+++ b/tex-font.el
@@ -121,9 +121,9 @@
        (list (concat slash citations opt arg) 3 'font-lock-constant-face)
        ;;
        ;; Text between `` quotes ''.
-       (cons (concat (regexp-opt `("``" "\"<" "\"`" "<<" "�") t)
-                     "[^'\">�]+"       ;a bit pessimistic
-                     (regexp-opt `("''" "\">" "\"'" ">>" "�") t))
+       (cons (concat (regexp-opt `("``" "\"<" "\"`" "<<" "«") t)
+                     "[^'\">»]+"       ;a bit pessimistic
+                     (regexp-opt `("''" "\">" "\"'" ">>" "»") t))
              'font-lock-string-face)
        ;;
        ;; Command names, special and general.
@@ -170,4 +170,8 @@
 
 (provide 'tex-font)
 
-;;; tex-font.el ends here
\ No newline at end of file
+;; Local Variables:
+;; coding: utf-8
+;; End:
+
+;;; tex-font.el ends here



reply via email to

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