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:
parent
0f8c4c4fed
commit
cd2086e4c3
1 changed files with 0 additions and 6 deletions
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue