]> git.eshelyaron.com Git - emacs.git/commitdiff
Change of intern-soft.
authorGerd Moellmann <gerd@gnu.org>
Mon, 6 Dec 1999 17:57:17 +0000 (17:57 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 6 Dec 1999 17:57:17 +0000 (17:57 +0000)
etc/NEWS

index 8a1714d61d7c918d947d3b284f99b650fce1ac6b..fc6341a5b8e4c3d44327e2a3e44916668ce1315e 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -626,6 +626,10 @@ Note that +++ before an item means the Lisp manual has been updated.
 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.