X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/f76840f36cf60feecaf21d55d24ace948800fef7..5fcd436bab49a3374be4571969abbcf02803bf71:/lisp/bindings.el diff --git a/lisp/bindings.el b/lisp/bindings.el index 52d7a6f6a5..1bc31e04bb 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -623,12 +623,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 - (aset table (car l) 'self-insert-command) - (setq l (cdr l)))) (setq help-event-list '(help f1))