]> git.eshelyaron.com Git - emacs.git/commitdiff
help-map bindings moved to help.el.
authorRichard M. Stallman <rms@gnu.org>
Mon, 14 Jan 2002 01:32:32 +0000 (01:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 14 Jan 2002 01:32:32 +0000 (01:32 +0000)
lisp/international/mule-cmds.el

index 3469b9ae0238d73fa224953a0fba5289c5e857aa..1f0186f4ccedfcee05fb3f92e613970b52056535 100644 (file)
 (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.")