aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDaniel Colascione2014-04-02 17:18:08 -0700
committerDaniel Colascione2014-04-02 17:18:08 -0700
commit01ae0fbf30b74e2490144fceabbf5bc5d96f1ba7 (patch)
tree59ca8d7de3510d720153f1cc2d368bd145f21f48 /lisp/ChangeLog
parent4fd68bf6cc1dce6c95001fbbac95cef32c86359d (diff)
downloademacs-01ae0fbf30b74e2490144fceabbf5bc5d96f1ba7.tar.gz
emacs-01ae0fbf30b74e2490144fceabbf5bc5d96f1ba7.zip
Add GC bug investigation code
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f754e5e852b..6c457ba6282 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12014-04-03 Daniel Colascione <dancol@dancol.org>
2
3 * subr.el (set-transient-map): Remove rms's workaround entirely;
4 use new `suspicious-object' subr to mark our lambda for closer
5 scrutiny during gc.
6
12014-04-02 Richard Stallman <rms@gnu.org> 72014-04-02 Richard Stallman <rms@gnu.org>
2 8
3 * subr.el (set-transient-map): Comment out previous change. 9 * subr.el (set-transient-map): Comment out previous change.