diff options
| author | Lars Magne Ingebrigtsen | 2011-07-15 17:13:00 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2011-07-15 17:13:00 +0200 |
| commit | 06789f9706db4c8fc335619c28daeda2c1e75e48 (patch) | |
| tree | e472981ce4a45213b07b5b2d5f6e6b6f788285ac /lisp/ChangeLog | |
| parent | c39da69053fc7bd17a3859dc56a9cd0991961999 (diff) | |
| download | emacs-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/ChangeLog | 4 |
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 @@ | |||
| 1 | 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org> | 1 | 2011-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 |