Mercurial > emacs
comparison lisp/ChangeLog @ 46693:4ed23f64c88c
(occur-rename-buffer): New command.
(occur-mode-map): Bind "r" to it. Added keybindings for
`kill-this-buffer', `clone-buffer' and `quit-window'.
author | Sam Steingold <sds@gnu.org> |
---|---|
date | Thu, 25 Jul 2002 19:31:25 +0000 |
parents | 44e68b04421a |
children | 1b30d0bdbb32 |
comparison
equal
deleted
inserted
replaced
46692:44e68b04421a | 46693:4ed23f64c88c |
---|---|
1 2002-07-25 Sam Steingold <sds@gnu.org> | |
2 | |
3 * replace.el (occur-rename-buffer): New command. | |
4 (occur-mode-map): Bind "r" to it. Added keybindings for | |
5 `kill-this-buffer', `clone-buffer' and `quit-window'. | |
6 | |
1 2002-07-25 Kevin Ryde <user42@zip.com.au> | 7 2002-07-25 Kevin Ryde <user42@zip.com.au> |
2 | 8 |
3 * info.el (Info-find-index-name): Search for a function definition | 9 * info.el (Info-find-index-name): Search for a function definition |
4 with a return type. | 10 with a return type. |
5 | 11 |