Don't bind multibyte characters to self-insert-command here. It's
authorKenichi Handa <handa@m17n.org>
Fri, 1 Mar 2002 01:58:36 +0000 (01:58 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 1 Mar 2002 01:58:36 +0000 (01:58 +0000)
done in mule-conf.el

lisp/bindings.el

index 4135cf1..4ddf4d8 100644 (file)
@@ -556,12 +556,6 @@ language you are using."
 ;; that we will not need to keep permanently.
 (garbage-collect)
 \f
-;; 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))