diff lisp/mule/arabic.el @ 3659:98af8a976fc3

[xemacs-hg @ 2006-11-05 22:31:31 by aidan] Support specifying fonts for particular character sets in Mule; support translation to ISO 10646-1 for Mule character sets without an otherwise matching font; move to a vector of X11-charset-X11-registry instead of a regex for the charset-registry property.
author aidan
date Sun, 05 Nov 2006 22:31:46 +0000
parents 2923009caf47
children d402d7b18bd8
line wrap: on
line diff
--- a/lisp/mule/arabic.el	Sat Nov 04 22:51:03 2006 +0000
+++ b/lisp/mule/arabic.el	Sun Nov 05 22:31:46 2006 +0000
@@ -47,9 +47,8 @@
 ;; Others are of direction right-to-left and of width 1-column or
 ;; 2-column.
 (make-charset 'arabic-digit "Arabic digit"
-	      '(dimension
-		1
-		registry "MuleArabic-0"
+	      '(dimension 1
+		registries ["MuleArabic-0"]
 		chars 94
 		columns 1
 		direction l2r
@@ -62,7 +61,7 @@
 (make-charset 'arabic-1-column "Arabic 1-column"
 	      '(dimension
 		1
-		registry "MuleArabic-1"
+		registries ["MuleArabic-1"]
 		chars 94
 		columns 1
 		direction r2l
@@ -75,7 +74,7 @@
 (make-charset 'arabic-2-column "Arabic 2-column"
 	      '(dimension
 		1
-		registry "MuleArabic-2"
+		registries ["MuleArabic-2"]
 		chars 94
 		columns 2
 		direction r2l