aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuri Linkov2013-12-19 01:40:12 +0200
committerJuri Linkov2013-12-19 01:40:12 +0200
commitb216f0a6cf524023eefbedcff3a70c8763e7e3e0 (patch)
treecbf097612d08bafa6a775e5c48e8e4b49b687e17 /lisp/ChangeLog
parent70695f13512dc185f1c79024ea4c7c15f8830b52 (diff)
downloademacs-b216f0a6cf524023eefbedcff3a70c8763e7e3e0.tar.gz
emacs-b216f0a6cf524023eefbedcff3a70c8763e7e3e0.zip
* lisp/help-mode.el (help-mode-map): Bind "l" to help-go-back,
and "r" to help-go-forward for compatibity with Info. Fixes: debbugs:16178
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ed95c03d6ea..31161057cc8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12013-12-18 Juri Linkov <juri@jurta.org>
2
3 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
4 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
5
12013-12-18 Leo Liu <sdl.web@gmail.com> 62013-12-18 Leo Liu <sdl.web@gmail.com>
2 7
3 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change. (Bug#16186) 8 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change. (Bug#16186)