Mercurial > emacs
changeset 26737:0aad3e0b47d2
Change of intern-soft.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 06 Dec 1999 17:57:17 +0000 |
parents | a0674327c167 |
children | 407a5a4056e8 |
files | etc/NEWS |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Mon Dec 06 17:55:00 1999 +0000 +++ b/etc/NEWS Mon Dec 06 17:57:17 1999 +0000 @@ -626,6 +626,10 @@ When you add a new item, please add it without either +++ or --- so I will know I still need to look at it -- rms. +** The function `intern-soft' now accepts a symbol as first argument. +In this case, that exact symbol is looked up in the specified obarray, +and the function's value is nil if it is not found. + ** The new macro `with-syntax-table' can be used to evaluate forms with the syntax table of the current buffer temporarily set to a specified table.