diff options
Diffstat (limited to 'lisp/bindings.el')
-rw-r--r-- | lisp/bindings.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el index 4781f8dfa59..38572cd5bd1 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -604,12 +604,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)) |