comparison lisp/ChangeLog @ 64625:82afe4f1cb04

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 24 Jul 2005 02:44:15 +0000
parents 9a399e33edd3
children ca25447f710a
comparison
equal deleted inserted replaced
64624:c3a907cbd503 64625:82afe4f1cb04
1 2005-07-24 Juanma Barranquero <lekktu@gmail.com> 1 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
2
3 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
4 (reb-next-match, reb-show-subexp): Use `with-selected-window'
5 instead of `reb-with-current-window'.
6 (reb-prev-match): Likewise. Also, don't move left if the search
7 was unsuccessful.
8 (reb-initialize-buffer): New function.
9 (re-builder, reb-change-syntax): Use it.
2 10
3 * man.el (Man-goto-page): Make second argument NOERROR optional. 11 * man.el (Man-goto-page): Make second argument NOERROR optional.
4 12
5 2005-07-23 Richard M. Stallman <rms@gnu.org> 13 2005-07-23 Richard M. Stallman <rms@gnu.org>
6 14