yatex

diff yatexlib.el @ 541:7595fc6462ff

Add links
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 31 May 2018 09:53:11 +0900
parents b1896ef49747
children e947b9ae31c2
line diff
     1.1 --- a/yatexlib.el	Tue Jan 23 10:44:10 2018 +0900
     1.2 +++ b/yatexlib.el	Thu May 31 09:53:11 2018 +0900
     1.3 @@ -1,7 +1,7 @@
     1.4  ;;; yatexlib.el --- YaTeX and yahtml common libraries -*- coding: sjis -*-
     1.5  ;;; 
     1.6  ;;; (c)1994-2018 by HIROSE Yuuji.[yuuji@yatex.org]
     1.7 -;;; Last modified Sun Jan 21 16:29:01 2018 on firestorm
     1.8 +;;; Last modified Wed May 23 07:59:08 2018 on firestorm
     1.9  ;;; $Id$
    1.10  
    1.11  ;;; Code:
    1.12 @@ -133,7 +133,7 @@
    1.13  	     (symbol-name buffer-file-coding-system))
    1.14  	    ((boundp 'file-coding-system) (symbol-name file-coding-system))))
    1.15  	  (case-fold-search t))
    1.16 -      (cond ((string-match "utf-8\\>" coding)			"utf-8")
    1.17 +      (cond ((string-match "utf-8\\>" coding)			"utf8")
    1.18  	    ((string-match "shift.jis\\|cp932\\>" coding)	"sjis")
    1.19  	    ((string-match "junet\\|iso.2022" coding)		"jis")
    1.20  	    ((string-match "euc.jp\\|ja.*iso.8bit" coding)	"euc")