aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 585fd86402c..7a14fee11f4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
12002-09-07 Colin Walters <walters@debian.org>
2
3 * progmodes/compile.el (compile-internal): Add optional argument
4 no-async.
5
6 * diff.el (diff): Add optional argument no-async, and use the
7 above argument.
8
9 * files.el (diff-buffer-with-file): Use it.
10
12002-09-07 John Paul Wallington <jpw@shootybangbang.com> 112002-09-07 John Paul Wallington <jpw@shootybangbang.com>
2 12
3 * emacs-lisp/cl-indent.el (extended-loop-p): Doc fix. 13 * emacs-lisp/cl-indent.el (extended-loop-p): Doc fix.