]> git.eshelyaron.com Git - emacs.git/commitdiff
(unicode-bmp): Delete duplicated definition. Give it :code-offset 0.
authorKenichi Handa <handa@m17n.org>
Fri, 10 Jan 2003 07:26:55 +0000 (07:26 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 10 Jan 2003 07:26:55 +0000 (07:26 +0000)
lisp/international/mule-conf.el

index 20a174b1a93819bf070055eedb64a9645049e132..776b713ab6f1980c6e6767f977dc846eeb1e7720 100644 (file)
 ;;   :code-space [128 255]
 ;;   :code-offset #x3FFF80)
 ;;
-;; (define-charset 'eight-bit
-;;   ""
-;;   :dimension 1
-;;   :code-space [128 255]
-;;   :code-offset #x3FFF80)
-;;
 ;; We now set :docstring, :short-name, and :long-name properties.
 
 (put-charset-property
   "Unicode Basic Multilingual Plane"
   :short-name "Unicode BMP"
   :code-space [0 255 0 255]
-  :subset '(unicode 0 #xFFFF 0))
-
-(define-charset 'unicode-bmp
-  "Unicode Basic Multilingual Plane"
-  :short-name "Unicode BMP"
-  :code-space [0 255 0 255]
-  :subset '(unicode 0 #xFFFF 0))
+  :code-offset 0)
 
 (define-charset 'ethiopic
   "Ethiopic characters for Amharic and Tigrigna."