summaryrefslogtreecommitdiff
path: root/etc/NEWS
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2010-09-14 13:11:44 +0200
committerStefan Monnier <monnier@iro.umontreal.ca>2010-09-14 13:11:44 +0200
commitf3a30a50fab486dcaafb9d897797794fe4c3c4b3 (patch)
tree6026256a197c5a9f50fa0c5627122d0894d76b5a /etc/NEWS
parent67ae97667d185e23a24a98f295bcf1cd9c788cb5 (diff)
downloademacs-f3a30a50fab486dcaafb9d897797794fe4c3c4b3.tar.gz
* subr.el (unintern): Declare the obarray arg mandatory.
* emacs-lisp/byte-run.el (set-advertised-calling-convention): Add `when' argument. Update callers.
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 74291bab8ab..e63767d891c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -40,6 +40,8 @@ This can be used in place of the default appt-message-warning-time.
* Lisp changes in Emacs 23.3
+** The use of unintern without an obarray arg is declared obsolete.
+
** New function byte-to-string, like char-to-string but for bytes.