Mercurial > emacs
changeset 47304:2ae3c0d6525a
*** empty log message ***
author | Colin Walters <walters@gnu.org> |
---|---|
date | Sat, 07 Sep 2002 21:31:03 +0000 |
parents | d33f4de2e8e8 |
children | 3feceef12d3a |
files | lisp/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Sep 07 21:30:55 2002 +0000 +++ b/lisp/ChangeLog Sat Sep 07 21:31:03 2002 +0000 @@ -6,7 +6,11 @@ * diff.el (diff): Add optional argument no-async, and use the above argument. - * files.el (diff-buffer-with-file): Use it. + * files.el (diff-buffer-with-file): Call diff synchronously, so we + don't delete the temporary file before diff has a chance to read + it. + + * ibuf-ext.el (ibuffer-diff-with-file): Just call `diff-buffer-with-file'. 2002-09-07 John Paul Wallington <jpw@shootybangbang.com>