Mercurial > emacs
changeset 42734:b9d397c16fbe
help-map bindings moved to help.el.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 14 Jan 2002 01:32:32 +0000 |
parents | 440a3dece7ec |
children | 86919cd01cdd |
files | lisp/international/mule-cmds.el |
diffstat | 1 files changed, 0 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- 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.")