Mercurial > emacs
changeset 52191:db7b7dd7c12c
(Other Plists): Add lax-plist-get, lax-plist-put.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 13 Aug 2003 17:26:21 +0000 |
parents | f18ef41c0b41 |
children | aeb0d981dc7e |
files | lispref/symbols.texi |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/symbols.texi Wed Aug 13 17:25:42 2003 +0000 +++ b/lispref/symbols.texi Wed Aug 13 17:26:21 2003 +0000 @@ -560,6 +560,16 @@ (plist-put (symbol-plist symbol) prop value))) @end example +@defun lax-plist-get plist property +Like @code{plist-get} except that it compares properties +using @code{equal} instead of @code{eq}. +@end defun + +@defun lax-plist-put plist property value +Like @code{plist-put} except that it compares properties +using @code{equal} instead of @code{eq}. +@end defun + @defun plist-member plist property @tindex plist-member This returns non-@code{nil} if @var{plist} contains the given