comparison src/ChangeLog @ 105364:338d102432df

* 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.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 01 Oct 2009 17:47:38 +0000
parents 8396120e3182
children 9cce4a353df7
comparison
equal deleted inserted replaced
105363:a3acd4b1e5cc 105364:338d102432df
1 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * eval.c (Fcalled_interactively_p): Add `kind' argument.
4
1 2009-10-01 Michael Albinus <michael.albinus@gmx.de> 5 2009-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
7 2009-09-28 Stefan Monnier <monnier@iro.umontreal.ca> 11 2009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8 12