summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
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'.