aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/international/mule-cmds.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el
index bdc0028965c..e976bbe9296 100644
--- a/lisp/international/mule-cmds.el
+++ b/lisp/international/mule-cmds.el
@@ -42,7 +42,9 @@
42(define-key mule-keymap "c" 'universal-coding-system-argument) 42(define-key mule-keymap "c" 'universal-coding-system-argument)
43 43
44(define-key help-map "\C-L" 'describe-language-environment) 44(define-key help-map "\C-L" 'describe-language-environment)
45(define-key help-map "L" 'describe-language-environment)
45(define-key help-map "\C-\\" 'describe-input-method) 46(define-key help-map "\C-\\" 'describe-input-method)
47(define-key help-map "I" 'describe-input-method)
46(define-key help-map "C" 'describe-coding-system) 48(define-key help-map "C" 'describe-coding-system)
47(define-key help-map "h" 'view-hello-file) 49(define-key help-map "h" 'view-hello-file)
48 50