diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
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 | ||
| 13 | 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca> | 16 | 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca> |