diff options
| author | Glenn Morris | 2014-05-05 20:53:31 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-05-05 20:53:31 -0700 |
| commit | 0c4decaeb1b14dbea8bf18b5ab2e52ca9c9c9d4c (patch) | |
| tree | 0cad76330e8684f16d1f286a2b4571e16a2d2334 /lisp/ChangeLog | |
| parent | 088e020172e7cdbf75a94ab13a147ff9bb1dd7b4 (diff) | |
| download | emacs-0c4decaeb1b14dbea8bf18b5ab2e52ca9c9c9d4c.tar.gz emacs-0c4decaeb1b14dbea8bf18b5ab2e52ca9c9c9d4c.zip | |
find-gc.el misc fixes
The whole file looks obsolete and/or broken.
* lisp/emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
(find-gc-source-files): Update some names.
(trace-call-tree): Simplify and update. Avoid predictable temp-file names.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6aabf022b7b..713d34dda8d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2014-05-06 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value. | ||
| 4 | (find-gc-source-files): Update some names. | ||
| 5 | (trace-call-tree): Simplify and update. | ||
| 6 | Avoid predictable temp-file names. (http://bugs.debian.org/747100) | ||
| 7 | |||
| 1 | 2014-05-05 Stefan Monnier <monnier@iro.umontreal.ca> | 8 | 2014-05-05 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 9 | ||
| 3 | * minibuffer.el (completion--try-word-completion): Revert fix for | 10 | * minibuffer.el (completion--try-word-completion): Revert fix for |