From: Kenichi Handa Date: Fri, 1 Mar 2002 01:58:36 +0000 (+0000) Subject: Don't bind multibyte characters to self-insert-command here. It's X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~985 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cd2086e4c3affe044c71034430c3be59aefebc04;p=emacs.git Don't bind multibyte characters to self-insert-command here. It's done in mule-conf.el --- diff --git a/lisp/bindings.el b/lisp/bindings.el index 4135cf1c187..4ddf4d8183b 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -556,12 +556,6 @@ language you are using." ;; that we will not need to keep permanently. (garbage-collect) -;; Make all multibyte characters self-insert. -(let ((l (generic-character-list)) - (table (nth 1 global-map))) - (while l - (set-char-table-default table (car l) 'self-insert-command) - (setq l (cdr l)))) (setq help-event-list '(help f1))