From d5e4e63d5665c99c6ae51a2a7e8dd6783400fd90 Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 7 Oct 1999 12:07:01 +0000 Subject: [PATCH] Rename `vietnamese-viscii-*' to `latin-viscii-*'. --- lisp/utf-2000/ccs-viscii.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/utf-2000/ccs-viscii.el b/lisp/utf-2000/ccs-viscii.el index 68fce6a..076300b 100644 --- a/lisp/utf-2000/ccs-viscii.el +++ b/lisp/utf-2000/ccs-viscii.el @@ -26,7 +26,7 @@ ;;; Code: (set-charset-mapping-table - 'vietnamese-viscii-lower + 'latin-viscii-lower [nil ; 0x20 ?\u1eaf ; 0x21 ?\u1eb1 ; 0x22 @@ -126,7 +126,7 @@ ]) (set-charset-mapping-table - 'vietnamese-viscii-upper + 'latin-viscii-upper [nil ; 0x20 ?\u1eae ; 0x21 ?\u1eb0 ; 0x22 -- 1.7.10.4