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

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

[elpa] 133/299: Fix compile error with emacs bzr which assumes elisp fil


From: Stefan Monnier
Subject: [elpa] 133/299: Fix compile error with emacs bzr which assumes elisp files are UTF-8 encoded.
Date: Sun, 02 Nov 2014 03:10:54 +0000

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

commit dde81b8e81cf16b4ddb50b2bcf91f37c57de27f1
Author: Tassilo Horn <address@hidden>
Date:   Wed Jun 12 19:37:08 2013 +0200

    Fix compile error with emacs bzr which assumes elisp files are UTF-8 
encoded.
    
    * tex-jp.el: Add `coding: iso-2022-7bit-unix' file local variable.
---
 ChangeLog |    4 ++++
 tex-jp.el |    2 ++
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 238f97f..bcf5d72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-12  Tassilo Horn  <address@hidden>
+
+       * tex-jp.el: Add `coding: iso-2022-7bit-unix' file local variable.
+
 2013-06-11  Tassilo Horn  <address@hidden>
 
        * tex-buf.el (TeX-help-error): Let-bind `inhibit-read-only' when
diff --git a/tex-jp.el b/tex-jp.el
index 6d7d709..d26a871 100644
--- a/tex-jp.el
+++ b/tex-jp.el
@@ -1,3 +1,5 @@
+;; -*- coding: iso-2022-7bit-unix; -*-
+
 ;;; tex-jp.el --- Support for Japanese TeX.
 
 ;; Copyright (C) 2002-2007, 2012  Free Software Foundation, Inc.



reply via email to

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