Mercurial > emacs
changeset 36751:20601d1f051c
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 12 Mar 2001 16:45:29 +0000 |
parents | 83e8e419d94d |
children | 8d4af7d652c4 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Mar 12 16:44:56 2001 +0000 +++ b/lisp/ChangeLog Mon Mar 12 16:45:29 2001 +0000 @@ -1,5 +1,8 @@ 2001-03-12 Gerd Moellmann <gerd@gnu.org> + * play/life.el (life): Rearrange code so that all calls to + life-display-generation are in a catch-form. + * progmodes/etags.el (tags-loop-continue): Don't change point in a file that isn't interesting. In an interesting file, push the old value of point on the mark ring.