aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-03-12 16:45:29 +0000
committerGerd Moellmann2001-03-12 16:45:29 +0000
commitb0778a3197ea5513f3cef2e1cd085a5230354ce4 (patch)
tree38e215ad5b3e5beeb2f0fa87251cac3c8f99ff80 /lisp/ChangeLog
parent04528cda8169911f5723263bbf2672c8170bfbe6 (diff)
downloademacs-b0778a3197ea5513f3cef2e1cd085a5230354ce4.tar.gz
emacs-b0778a3197ea5513f3cef2e1cd085a5230354ce4.zip
(life): Rearrange code so that all calls to
life-display-generation are in a catch-form.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 21dde7721d5..f809c8b4f0b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12001-03-12 Gerd Moellmann <gerd@gnu.org> 12001-03-12 Gerd Moellmann <gerd@gnu.org>
2 2
3 * play/life.el (life): Rearrange code so that all calls to
4 life-display-generation are in a catch-form.
5
3 * progmodes/etags.el (tags-loop-continue): Don't change point in a 6 * progmodes/etags.el (tags-loop-continue): Don't change point in a
4 file that isn't interesting. In an interesting file, push the old 7 file that isn't interesting. In an interesting file, push the old
5 value of point on the mark ring. 8 value of point on the mark ring.