diff 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
line wrap: on
line diff
--- a/src/ChangeLog	Thu Oct 01 16:54:21 2009 +0000
+++ b/src/ChangeLog	Thu Oct 01 17:47:38 2009 +0000
@@ -1,6 +1,10 @@
+2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* eval.c (Fcalled_interactively_p): Add `kind' argument.
+
 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
 
-	* fileio.c (Fdelete_directory_internal): Renamed from
+	* fileio.c (Fdelete_directory_internal): Rename from
 	Fdelete_directory.  It is not a command anymore.  It has no file
 	name handler.