From 1a1234bd6027e953e68fce1db22b87da38c3ab51 Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 7 Oct 1999 11:27:03 +0000 Subject: [PATCH] (latin-viscii-lower): Renamed from charset `vietnamese-viscii-lower'. (latin-viscii-upper): Renamed from charset `vietnamese-viscii-upper'. (vietnamese-viscii-lower): New alias for charset `latin-viscii-lower'. (vietnamese-viscii-upper): New alias for charset `latin-viscii-upper'. --- lisp/mule/viet-chars.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lisp/mule/viet-chars.el b/lisp/mule/viet-chars.el index 0df00f9..8a1229d 100644 --- a/lisp/mule/viet-chars.el +++ b/lisp/mule/viet-chars.el @@ -31,7 +31,7 @@ ;; read in before the code that creates those sets is evaluated. ;; Vietnamese VISCII with two tables. -(make-charset 'vietnamese-viscii-lower "VISCII lower (Vietnamese)" +(make-charset 'latin-viscii-lower "VISCII lower (Vietnamese)" '(registry "VISCII1.1" dimension 1 chars 96 @@ -39,7 +39,7 @@ graphic 1 )) -(make-charset 'vietnamese-viscii-upper "VISCII upper (Vietnamese)" +(make-charset 'latin-viscii-upper "VISCII upper (Vietnamese)" '(registry "VISCII1.1" dimension 1 chars 96 @@ -47,6 +47,9 @@ graphic 1 )) +(define-charset-alias 'vietnamese-viscii-lower 'latin-viscii-lower) +(define-charset-alias 'vietnamese-viscii-upper 'latin-viscii-upper) + (modify-syntax-entry 'vietnamese-viscii-lower "w") (modify-syntax-entry 'vietnamese-viscii-upper "w") -- 1.7.10.4