aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index cb8d66e14b4..ddf8d18afc9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -8,6 +8,9 @@
8 * data.c (Finteractive_form): If the interactive specification starts 8 * data.c (Finteractive_form): If the interactive specification starts
9 with a `(', use it as a Lisp form. 9 with a `(', use it as a Lisp form.
10 10
11 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
12 name and file modes.
13
11 * callint.c (Fcall_interactively): Comment fixes. 14 * callint.c (Fcall_interactively): Comment fixes.
12 15
132007-09-10 Stefan Monnier <monnier@iro.umontreal.ca> 162007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>