yatex

diff yahtml.el @ 88:ce2deaceb818

yatex-1.74
author yuuji@gentei.org
date Mon, 28 Sep 2009 11:37:51 +0900
parents f14ec50103d0
children 4be83051f641
line diff
     1.1 --- a/yahtml.el	Mon Sep 28 07:56:08 2009 +0900
     1.2 +++ b/yahtml.el	Mon Sep 28 11:37:51 2009 +0900
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; -*- Emacs-Lisp -*-
     1.5 -;;; (c) 1994-2006 by HIROSE Yuuji [yuuji@yatex.org]
     1.6 -;;; Last modified Tue Jun 16 10:11:50 2009 on firestorm
     1.7 +;;; (c) 1994-2009 by HIROSE Yuuji [yuuji@yatex.org]
     1.8 +;;; Last modified Mon Sep 28 10:45:04 2009 on firestorm
     1.9  ;;; $Id$
    1.10  
    1.11  (defconst yahtml-revision-number "1.72"
    1.12 @@ -176,7 +176,7 @@
    1.13  (defvar yahtml-image-viewer "display" "*Image viewer program")
    1.14  (defvar yahtml-www-browser "firefox" "*WWW Browser command")
    1.15  (defvar yahtml-kanji-code 2
    1.16 -  "*Kanji coding system number of html file; 1=sjis, 2=jis, 3=euc")
    1.17 +  "*Kanji coding system number of html file; 1=sjis, 2=jis, 3=euc, 4=UTF-8")
    1.18  ;;(defvar yahtml-coding-system
    1.19  ;;  (cdr (assq yahtml-kanji-code YaTeX-kanji-code-alist))
    1.20  ;;  "Kanji coding system")