diff lisp/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 a3acd4b1e5cc
children 010e56343301
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Oct 01 16:54:21 2009 +0000
+++ b/lisp/ChangeLog	Thu Oct 01 17:47:38 2009 +0000
@@ -1,5 +1,10 @@
 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* 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.
+
 	* emacs-lisp/byte-run.el (advertised-signature-table): New var.
 	(set-advertised-calling-convention): New function.
 	(make-obsolete, define-obsolete-function-alias)