1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

(Other Plists): Add lax-plist-get, lax-plist-put.

This commit is contained in:
Richard M. Stallman 2003-08-13 17:26:21 +00:00
parent 2683ea7319
commit 55ccf8be37

View file

@ -560,6 +560,16 @@ in the place where you got @var{plist}. For example,
(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