yatex

changeset 469:c743ffec2b1b dev

YaTeX-kanji-code defaults to nil(do not care kanji-code)
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 22 Aug 2017 18:11:27 +0859
parents 84aa8dc36fd6
children 6a1ce7ed519b
files yatex.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/yatex.el	Tue Aug 22 18:04:38 2017 +0859
     1.2 +++ b/yatex.el	Tue Aug 22 18:11:27 2017 +0859
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
     1.5  ;;; (c)1991-2017 by HIROSE Yuuji.[yuuji@yatex.org]
     1.6 -;;; Last modified Tue May 16 08:08:28 2017 on firestorm
     1.7 +;;; Last modified Tue Aug 22 18:11:14 2017 on firestorm
     1.8  ;;; $Id$
     1.9  ;;; The latest version of this software is always available at;
    1.10  ;;; http://www.yatex.org/
    1.11 @@ -596,7 +596,7 @@
    1.12    "*Initial tex-section completion")
    1.13  (defvar YaTeX-fontsize-name "large" "*Initial fontsize completion")
    1.14  (defvar YaTeX-single-command "maketitle" "*Initial LaTeX single command")
    1.15 -(defvar YaTeX-kanji-code (if YaTeX-dos 1 2)
    1.16 +(defvar YaTeX-kanji-code nil
    1.17    "*File kanji code used by Japanese TeX.
    1.18  nil: Do not care (Preserve coding-system)
    1.19  0: no-converion (mule)