diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2010-09-14 13:11:44 +0200 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2010-09-14 13:11:44 +0200 |
commit | f3a30a50fab486dcaafb9d897797794fe4c3c4b3 (patch) | |
tree | 6026256a197c5a9f50fa0c5627122d0894d76b5a /etc/NEWS | |
parent | 67ae97667d185e23a24a98f295bcf1cd9c788cb5 (diff) | |
download | emacs-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |