changeset 88494:2f99580a8762

Use decode-char instead of make-char.
author Kenichi Handa <handa@m17n.org>
date Tue, 14 May 2002 07:57:32 +0000
parents 410ca4f1df02
children 5082b2d8d5eb
files lisp/international/mule-conf.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/mule-conf.el	Tue May 14 07:50:09 2002 +0000
+++ b/lisp/international/mule-conf.el	Tue May 14 07:57:32 2002 +0000
@@ -869,7 +869,7 @@
 
 ;; Make all multibyte characters self-insert.
 (set-char-table-range (nth 1 global-map)
-		      (cons (make-char 'unicode 128) (max-char))
+		      (cons (decode-char 'ucs 128) (max-char))
 		      'self-insert-command)
 
 (aset latin-extra-code-table ?\222 t)