aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMichaël Cadilhac2007-09-10 09:53:45 +0000
committerMichaël Cadilhac2007-09-10 09:53:45 +0000
commit09fbdf6ccc2ee2f4f2e1f02a5f11d264ead7a224 (patch)
tree4896a7271cf6548edaf99e1b7f39469ffea61a38 /src/ChangeLog
parent90d10f16c8c850c39c35b145310a67ab676d8425 (diff)
downloademacs-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/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>