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

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

[elpa] 134/299: Fix coding once again.


From: Stefan Monnier
Subject: [elpa] 134/299: Fix coding once again.
Date: Sun, 02 Nov 2014 03:10:54 +0000

monnier pushed a commit to branch externals/auctex
in repository elpa.

commit 99841dc2fce69323a3b50471ef42230b6c9613a7
Author: Tassilo Horn <address@hidden>
Date:   Fri Jun 14 08:07:22 2013 +0200

    Fix coding once again.
    
    * tex-jp.el: Change to `coding: iso-2022-jp-unix'.
---
 ChangeLog |    4 ++++
 tex-jp.el |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index bcf5d72..bea09a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-14  Tassilo Horn  <address@hidden>
+
+       * tex-jp.el: Change to `coding: iso-2022-jp-unix'.
+
 2013-06-12  Tassilo Horn  <address@hidden>
 
        * tex-jp.el: Add `coding: iso-2022-7bit-unix' file local variable.
diff --git a/tex-jp.el b/tex-jp.el
index d26a871..c2aa61a 100644
--- a/tex-jp.el
+++ b/tex-jp.el
@@ -1,4 +1,4 @@
-;; -*- coding: iso-2022-7bit-unix; -*-
+;; -*- coding: iso-2022-jp-unix; -*-
 
 ;;; tex-jp.el --- Support for Japanese TeX.
 



reply via email to

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