Mercurial > emacs
comparison lisp/ChangeLog @ 47304:2ae3c0d6525a
*** empty log message ***
author | Colin Walters <walters@gnu.org> |
---|---|
date | Sat, 07 Sep 2002 21:31:03 +0000 |
parents | 9c81bdbbbc0e |
children | 859b95c98a17 |
comparison
equal
deleted
inserted
replaced
47303:d33f4de2e8e8 | 47304:2ae3c0d6525a |
---|---|
4 no-async. | 4 no-async. |
5 | 5 |
6 * diff.el (diff): Add optional argument no-async, and use the | 6 * diff.el (diff): Add optional argument no-async, and use the |
7 above argument. | 7 above argument. |
8 | 8 |
9 * files.el (diff-buffer-with-file): Use it. | 9 * files.el (diff-buffer-with-file): Call diff synchronously, so we |
10 don't delete the temporary file before diff has a chance to read | |
11 it. | |
12 | |
13 * ibuf-ext.el (ibuffer-diff-with-file): Just call `diff-buffer-with-file'. | |
10 | 14 |
11 2002-09-07 John Paul Wallington <jpw@shootybangbang.com> | 15 2002-09-07 John Paul Wallington <jpw@shootybangbang.com> |
12 | 16 |
13 * emacs-lisp/cl-indent.el (extended-loop-p): Doc fix. | 17 * emacs-lisp/cl-indent.el (extended-loop-p): Doc fix. |
14 | 18 |