aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2009-10-01 17:47:38 +0000
committerStefan Monnier2009-10-01 17:47:38 +0000
commit9d28c33edefe1b366f4c6944886a3e4cf294cf60 (patch)
tree49c37c932cee4f48d0bba8b7009ceec71af60d92 /src/ChangeLog
parentced10a4c9f0030e4e554d6ca3f96c6e366dba8db (diff)
downloademacs-9d28c33edefe1b366f4c6944886a3e4cf294cf60.tar.gz
emacs-9d28c33edefe1b366f4c6944886a3e4cf294cf60.zip
* eval.c (Fcalled_interactively_p): Add `kind' argument.
* subr.el (interactive-p): Mark obsolete. (called-interactively-p): Make the optional-ness of `kind' obsolete. * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey advertised-signature-table for subroutines as well.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3e36b223142..afdfff07562 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,10 @@
12009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * eval.c (Fcalled_interactively_p): Add `kind' argument.
4
12009-10-01 Michael Albinus <michael.albinus@gmx.de> 52009-10-01 Michael Albinus <michael.albinus@gmx.de>
2 6
3 * fileio.c (Fdelete_directory_internal): Renamed from 7 * fileio.c (Fdelete_directory_internal): Rename from
4 Fdelete_directory. It is not a command anymore. It has no file 8 Fdelete_directory. It is not a command anymore. It has no file
5 name handler. 9 name handler.
6 10