yatex

changeset 529:b742adfa30e2 dev

UTF-8 mnemonic for command line option changed as s/utf-8/utf8/
author HIROSE Yuuji <yuuji@gentei.org>
date Wed, 23 May 2018 08:02:11 +0900
parents 523f54775325
children fb4822efb1f5
files yatexlib.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/yatexlib.el	Wed May 16 22:42:48 2018 +0900
     1.2 +++ b/yatexlib.el	Wed May 23 08:02: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")