diff options
| author | Daniel Colascione | 2014-04-02 17:18:08 -0700 |
|---|---|---|
| committer | Daniel Colascione | 2014-04-02 17:18:08 -0700 |
| commit | 01ae0fbf30b74e2490144fceabbf5bc5d96f1ba7 (patch) | |
| tree | 59ca8d7de3510d720153f1cc2d368bd145f21f48 /lisp/ChangeLog | |
| parent | 4fd68bf6cc1dce6c95001fbbac95cef32c86359d (diff) | |
| download | emacs-01ae0fbf30b74e2490144fceabbf5bc5d96f1ba7.tar.gz emacs-01ae0fbf30b74e2490144fceabbf5bc5d96f1ba7.zip | |
Add GC bug investigation code
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
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 @@ | |||
| 1 | 2014-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 | |||
| 1 | 2014-04-02 Richard Stallman <rms@gnu.org> | 7 | 2014-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. |