From: Kenichi Handa Date: Tue, 14 May 2002 07:57:32 +0000 (+0000) Subject: Use decode-char instead of make-char. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~892 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=01758abf5788fb86422344650bcde31f97f83d8e;p=emacs.git Use decode-char instead of make-char. --- 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)