Use decode-char instead of make-char.
authorKenichi Handa <handa@m17n.org>
Tue, 14 May 2002 07:57:32 +0000 (07:57 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 14 May 2002 07:57:32 +0000 (07:57 +0000)
lisp/international/mule-conf.el

index 0798056..14a70ca 100644 (file)
@@ -869,7 +869,7 @@ for decoding and encoding files, process I/O, etc."
 
 ;; 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)