diff options
| author | Stefan Monnier | 2008-06-05 05:46:11 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-06-05 05:46:11 +0000 |
| commit | b1d6575d634a099b0b1a68529374ae8e0409a461 (patch) | |
| tree | e59f7a9fed472df92d0c29e18c402630a308f1d8 /lisp/ChangeLog | |
| parent | c0dc8f64a9adeab709cf22468d80afe97d7ad50d (diff) | |
| download | emacs-b1d6575d634a099b0b1a68529374ae8e0409a461.tar.gz emacs-b1d6575d634a099b0b1a68529374ae8e0409a461.zip | |
(trace-entry-message, trace-exit-message): Use print-circle.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 44378452af4..37d24c0e1fd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * emacs-lisp/trace.el (trace-entry-message, trace-exit-message): | ||
| 4 | Use print-circle. | ||
| 5 | |||
| 3 | * minibuffer.el (minibuffer-local-must-match-filename-map): | 6 | * minibuffer.el (minibuffer-local-must-match-filename-map): |
| 4 | Declare obsolete alias for the old name. | 7 | Declare obsolete alias for the old name. |
| 5 | 8 | ||