aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2011-07-15 17:13:00 +0200
committerLars Magne Ingebrigtsen2011-07-15 17:13:00 +0200
commit06789f9706db4c8fc335619c28daeda2c1e75e48 (patch)
treee472981ce4a45213b07b5b2d5f6e6b6f788285ac /lisp/ChangeLog
parentc39da69053fc7bd17a3859dc56a9cd0991961999 (diff)
downloademacs-06789f9706db4c8fc335619c28daeda2c1e75e48.tar.gz
emacs-06789f9706db4c8fc335619c28daeda2c1e75e48.zip
Add new command `Info-beginning-of-buffer' to allow announcing `b'
* info.el (Info-beginning-of-buffer): New command. (Info-mode-map): Use it instead of `beginning-of-buffer' to allow announcing `b' as the key (bug#8325).
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1ec6c18e6a9..47dff71bdff 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org> 12011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 2
3 * info.el (Info-beginning-of-buffer): New command.
4 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
5 announcing `b' as the key (bug#8325).
6
3 * emacs-lisp/cl-macs.el (declare): Doc string fix-up. 7 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
4 8
5 * international/mule-cmds.el 9 * international/mule-cmds.el