Mercurial > emacs
diff etc/NEWS @ 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 | a9208a10f543 |
line wrap: on
line diff
--- a/etc/NEWS Thu Oct 01 16:54:21 2009 +0000 +++ b/etc/NEWS Thu Oct 01 17:47:38 2009 +0000 @@ -246,6 +246,8 @@ * Lisp changes in Emacs 23.2 +** called-interactively-p now takes one argument and replaces interactive-p +which is now marked obsolete. ** New function set-advertised-calling-convention makes it possible to obsolete arguments as well as make some arguments mandatory. ** eval-next-after-load is obsolete.