# HG changeset patch # User Richard M. Stallman # Date 1010971952 0 # Node ID b9d397c16fbe465df7df5599bb9944b24e259342 # Parent 440a3dece7ecd0f234c676f87f2930922b717cfc help-map bindings moved to help.el. diff -r 440a3dece7ec -r b9d397c16fbe lisp/international/mule-cmds.el --- a/lisp/international/mule-cmds.el Sun Jan 13 20:17:46 2002 +0000 +++ b/lisp/international/mule-cmds.el Mon Jan 14 01:32:32 2002 +0000 @@ -47,13 +47,6 @@ (define-key mule-keymap "c" 'universal-coding-system-argument) (define-key mule-keymap "l" 'set-language-environment) -(define-key help-map "\C-L" 'describe-language-environment) -(define-key help-map "L" 'describe-language-environment) -(define-key help-map "\C-\\" 'describe-input-method) -(define-key help-map "I" 'describe-input-method) -(define-key help-map "C" 'describe-coding-system) -(define-key help-map "h" 'view-hello-file) - (defvar mule-menu-keymap (make-sparse-keymap "Mule (Multilingual Environment)") "Keymap for Mule (Multilingual environment) menu specific commands.")