aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4422554df40..f9e677aa239 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,7 +2,8 @@
2 2
3 * Makefile (setwins): abstract out the command to find subdirectories 3 * Makefile (setwins): abstract out the command to find subdirectories
4 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base). 4 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
5 (custom-deps, finder-data, autoloads, update-subdirs, updates): use it. 5 (custom-deps, finder-data, autoloads, update-subdirs, updates)
6 (autoloads-with-other-emacs): use it.
6 7
7 * diff-mode.el: new file. A mode for viewing/editing context diffs. 8 * diff-mode.el: new file. A mode for viewing/editing context diffs.
8 9