diff options
| author | Michaël Cadilhac | 2007-09-10 09:53:45 +0000 |
|---|---|---|
| committer | Michaël Cadilhac | 2007-09-10 09:53:45 +0000 |
| commit | 09fbdf6ccc2ee2f4f2e1f02a5f11d264ead7a224 (patch) | |
| tree | 4896a7271cf6548edaf99e1b7f39469ffea61a38 /src/ChangeLog | |
| parent | 90d10f16c8c850c39c35b145310a67ab676d8425 (diff) | |
| download | emacs-09fbdf6ccc2ee2f4f2e1f02a5f11d264ead7a224.tar.gz emacs-09fbdf6ccc2ee2f4f2e1f02a5f11d264ead7a224.zip | |
(Fset_file_modes): Add an interactive spec that reads a file
name and file modes.
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> |