yatex

changeset 594:638284a7a9d0

[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 diff
     1.1 --- a/yatexprc.el	Thu Sep 29 09:46:30 2022 +0900
     1.2 +++ b/yatexprc.el	Thu Sep 29 10:00:57 2022 +0900
     1.3 @@ -1,7 +1,7 @@
     1.4  ;;; yatexprc.el --- YaTeX process handler -*- coding: sjis -*-
     1.5  ;;; 
     1.6  ;;; (c)1993-2022 by HIROSE Yuuji.[yuuji@yatex.org]
     1.7 -;;; Last modified Thu Sep 29 09:45:03 2022 on firestorm
     1.8 +;;; Last modified Thu Sep 29 09:56:02 2022 on firestorm
     1.9  ;;; $Id$
    1.10  
    1.11  ;;; Code:
    1.12 @@ -39,7 +39,8 @@
    1.13    (cond
    1.14     (YaTeX-dos (cdr (assq 1 YaTeX-kanji-code-alist)))
    1.15     (YaTeX-emacs-20
    1.16 -    (cdr (assoc latex-message-kanji-code YaTeX-kanji-code-alist)))
    1.17 +    (let ((sym (cdr (assoc latex-message-kanji-code YaTeX-kanji-code-alist))))
    1.18 +      (if (eq sym 'no-conversion) 'undecided sym)))
    1.19     ((boundp 'MULE)
    1.20      (symbol-value
    1.21       (cdr (assoc latex-message-kanji-code YaTeX-kanji-code-alist))))