aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2009-10-01 17:47:38 +0000
committerStefan Monnier2009-10-01 17:47:38 +0000
commit9d28c33edefe1b366f4c6944886a3e4cf294cf60 (patch)
tree49c37c932cee4f48d0bba8b7009ceec71af60d92 /etc
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 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1f39f8171e0..5f2c39afd8f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -246,6 +246,8 @@ Command*'.
246 246
247* Lisp changes in Emacs 23.2 247* Lisp changes in Emacs 23.2
248 248
249** called-interactively-p now takes one argument and replaces interactive-p
250which is now marked obsolete.
249** New function set-advertised-calling-convention makes it possible 251** New function set-advertised-calling-convention makes it possible
250to obsolete arguments as well as make some arguments mandatory. 252to obsolete arguments as well as make some arguments mandatory.
251** eval-next-after-load is obsolete. 253** eval-next-after-load is obsolete.