From 01758abf5788fb86422344650bcde31f97f83d8e Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 14 May 2002 07:57:32 +0000 Subject: [PATCH] Use decode-char instead of make-char. --- lisp/international/mule-conf.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index 0798056131e..14a70ca7068 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el @@ -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) -- 2.39.5