# HG changeset patch # User Gerd Moellmann # Date 984415529 0 # Node ID 20601d1f051cb43c7e0f499fd070eb401d1a48de # Parent 83e8e419d94d947b6b6cfe1519cd38c833097672 *** empty log message *** diff -r 83e8e419d94d -r 20601d1f051c lisp/ChangeLog --- 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 + * 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.