Index: emacs/etc/NEWS diff -c emacs/etc/NEWS:1.1156 emacs/etc/NEWS:1.1157 *** emacs/etc/NEWS:1.1156 Thu Apr 21 21:29:34 2005 --- emacs/etc/NEWS Thu Apr 21 23:46:09 2005 *************** *** 4204,4219 **** 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. +++ ** New functions `lax-plist-get' and `lax-plist-put'. --- 4204,4211 ---- specified) window as a string with or without text properties. +++ ! ** 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'.
_______________________________________________ Emacs-diffs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-diffs
