changeset 594:638284a7a9d0 draft

[TEST] Prefer 'undicided to 'no-conversion
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 29 Sep 2022 10:00:57 +0900
parents 0a96c5fef8f1
children 6f69504f9cbe c1b39bbfcf34
files yatexprc.el
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/yatexprc.el	Thu Sep 29 09:46:30 2022 +0900
+++ b/yatexprc.el	Thu Sep 29 10:00:57 2022 +0900
@@ -1,7 +1,7 @@
 ;;; yatexprc.el --- YaTeX process handler -*- coding: sjis -*-
 ;;; 
 ;;; (c)1993-2022 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Thu Sep 29 09:45:03 2022 on firestorm
+;;; Last modified Thu Sep 29 09:56:02 2022 on firestorm
 ;;; $Id$
 
 ;;; Code:
@@ -39,7 +39,8 @@
   (cond
    (YaTeX-dos (cdr (assq 1 YaTeX-kanji-code-alist)))
    (YaTeX-emacs-20
-    (cdr (assoc latex-message-kanji-code YaTeX-kanji-code-alist)))
+    (let ((sym (cdr (assoc latex-message-kanji-code YaTeX-kanji-code-alist))))
+      (if (eq sym 'no-conversion) 'undecided sym)))
    ((boundp 'MULE)
     (symbol-value
      (cdr (assoc latex-message-kanji-code YaTeX-kanji-code-alist))))

yatex.org