branch: elpa
commit 107b24960bbdae2f8762c3ac2a71609d46007298
Author: Mosè Giordano <[email protected]>
Commit: Mosè Giordano <[email protected]>
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