summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2005-04-21 23:46:33 +0000
committerKim F. Storm <storm@cua.dk>2005-04-21 23:46:33 +0000
commit1ba52906b45d369f8770366f3d9ce8cc73919db1 (patch)
treeb780e230f82335c226a2944a87400fb0387ce157 /etc
parent16a5378b45e4058b53552d7e4790c101e08f6209 (diff)
downloademacs-1ba52906b45d369f8770366f3d9ce8cc73919db1.tar.gz
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS12
1 files changed, 2 insertions, 10 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ceced448a8e..70375864c21 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -4204,16 +4204,8 @@ This returns the mode-line or header-line of the selected (or a
specified) window as a string with or without text properties.
+++
-** New function `safe-get'.
-
-This function is like `get', but never signals an error for
-a malformed symbol property list.
-
-+++
-** New function `safe-plist-get'.
-
-This function is like `plist-get', but never signals an error for
-a malformed property list.
+** Functions `get' and `plist-get' no longer signals an error for
+a malformed property list. They also detect cyclic lists.
+++
** New functions `lax-plist-get' and `lax-plist-put'.