Mercurial > emacs
changeset 45080:363654ca5276
*** empty log message ***
author | Colin Walters <walters@gnu.org> |
---|---|
date | Thu, 02 May 2002 21:22:56 +0000 |
parents | bf76420e3297 |
children | 83757531e45f |
files | lisp/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu May 02 21:22:47 2002 +0000 +++ b/lisp/ChangeLog Thu May 02 21:22:56 2002 +0000 @@ -1,3 +1,12 @@ +2002-05-02 Colin Walters <walters@verbum.org> + + * replace.el (occur-mode-map): Bind "q" to `delete-window'. + (occur-1): If one of the buffers we're searching is the *Occur* + buffer itself, handle it by creating a temporary buffer. If any + of the buffers being searched are killed, note that in the search + result message. Also, set local variables before we possibly kill + the buffer. + 2002-05-02 Kim F. Storm <storm@cua.dk> * menu-bar.el (menu-bar-make-toggle): Added optional PROPS arg.