1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

Don't bind multibyte characters to self-insert-command here. It's

done in mule-conf.el
This commit is contained in:
Kenichi Handa 2002-03-01 01:58:36 +00:00
parent 0f8c4c4fed
commit cd2086e4c3

View file

@ -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))