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 wrap: on
line diff
--- a/yatexlib.el	Wed May 16 22:42:48 2018 +0900
+++ b/yatexlib.el	Wed May 23 08:02:11 2018 +0900
@@ -1,7 +1,7 @@
 ;;; yatexlib.el --- YaTeX and yahtml common libraries -*- coding: sjis -*-
 ;;; 
 ;;; (c)1994-2018 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Sun Jan 21 16:29:01 2018 on firestorm
+;;; Last modified Wed May 23 07:59:08 2018 on firestorm
 ;;; $Id$
 
 ;;; Code:
@@ -133,7 +133,7 @@
 	     (symbol-name buffer-file-coding-system))
 	    ((boundp 'file-coding-system) (symbol-name file-coding-system))))
 	  (case-fold-search t))
-      (cond ((string-match "utf-8\\>" coding)			"utf-8")
+      (cond ((string-match "utf-8\\>" coding)			"utf8")
 	    ((string-match "shift.jis\\|cp932\\>" coding)	"sjis")
 	    ((string-match "junet\\|iso.2022" coding)		"jis")
 	    ((string-match "euc.jp\\|ja.*iso.8bit" coding)	"euc")

yatex.org