From: Richard M. Stallman Date: Mon, 14 Jan 2002 01:32:32 +0000 (+0000) Subject: help-map bindings moved to help.el. X-Git-Tag: ttn-vms-21-2-B4~17155 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b0a95f46b0d92b4a88efaf255c050a2c6b748f8c;p=emacs.git help-map bindings moved to help.el. --- diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index 3469b9ae023..1f0186f4cce 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -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.")