# HG changeset patch # User Colin Walters # Date 1031434263 0 # Node ID 2ae3c0d6525aa2c4f829174a713d6ff09c48d1cc # Parent d33f4de2e8e890a067f19971ab6b4131414963ab *** empty log message *** diff -r d33f4de2e8e8 -r 2ae3c0d6525a lisp/ChangeLog --- 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