Mercurial > emacs
changeset 64625:82afe4f1cb04
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sun, 24 Jul 2005 02:44:15 +0000 |
parents | c3a907cbd503 |
children | 0610fb20bcee |
files | lisp/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Jul 24 02:29:14 2005 +0000 +++ b/lisp/ChangeLog Sun Jul 24 02:44:15 2005 +0000 @@ -1,5 +1,13 @@ 2005-07-24 Juanma Barranquero <lekktu@gmail.com> + * emacs-lisp/re-builder.el (reb-with-current-window): Delete. + (reb-next-match, reb-show-subexp): Use `with-selected-window' + instead of `reb-with-current-window'. + (reb-prev-match): Likewise. Also, don't move left if the search + was unsuccessful. + (reb-initialize-buffer): New function. + (re-builder, reb-change-syntax): Use it. + * man.el (Man-goto-page): Make second argument NOERROR optional. 2005-07-23 Richard M. Stallman <rms@gnu.org>