projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a30a106
)
(help-map): Bind I to describe-input-method.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 5 Jul 1997 18:08:50 +0000
(18:08 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 5 Jul 1997 18:08:50 +0000
(18:08 +0000)
(help-map): Bind L to describe-language-environment.
lisp/international/mule-cmds.el
patch
|
blob
|
history
diff --git
a/lisp/international/mule-cmds.el
b/lisp/international/mule-cmds.el
index bdc0028965c07c49e1c0480a2b31de065e094ac2..e976bbe9296495750624dc88d73f68828b2439ab 100644
(file)
--- a/
lisp/international/mule-cmds.el
+++ b/
lisp/international/mule-cmds.el
@@
-42,7
+42,9
@@
(define-key mule-keymap "c" 'universal-coding-system-argument)
(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)