Mercurial > emacs
changeset 84443:a3f695716ed6
*** empty log message ***
author | Michaël Cadilhac <michael.cadilhac@lrde.org> |
---|---|
date | Mon, 10 Sep 2007 09:53:45 +0000 |
parents | 480b9674f921 |
children | 3c471eb2e299 |
files | src/ChangeLog |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Sep 10 09:53:32 2007 +0000 +++ b/src/ChangeLog Mon Sep 10 09:53:45 2007 +0000 @@ -8,6 +8,9 @@ * data.c (Finteractive_form): If the interactive specification starts with a `(', use it as a Lisp form. + * fileio.c (Fset_file_modes): Add an interactive spec that reads a file + name and file modes. + * callint.c (Fcall_interactively): Comment fixes. 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>