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:
parent
2683ea7319
commit
55ccf8be37
1 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue