aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2010-09-14 13:11:44 +0200
committerStefan Monnier2010-09-14 13:11:44 +0200
commitf3a30a50fab486dcaafb9d897797794fe4c3c4b3 (patch)
tree6026256a197c5a9f50fa0c5627122d0894d76b5a /etc
parent67ae97667d185e23a24a98f295bcf1cd9c788cb5 (diff)
downloademacs-f3a30a50fab486dcaafb9d897797794fe4c3c4b3.tar.gz
emacs-f3a30a50fab486dcaafb9d897797794fe4c3c4b3.zip
* 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')
-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.
40 40
41* Lisp changes in Emacs 23.3 41* Lisp changes in Emacs 23.3
42 42
43** The use of unintern without an obarray arg is declared obsolete.
44
43** New function byte-to-string, like char-to-string but for bytes. 45** New function byte-to-string, like char-to-string but for bytes.
44 46
45 47