]> git.eshelyaron.com Git - emacs.git/commitdiff
(Other Plists): Add lax-plist-get, lax-plist-put.
authorRichard M. Stallman <rms@gnu.org>
Wed, 13 Aug 2003 17:26:21 +0000 (17:26 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 13 Aug 2003 17:26:21 +0000 (17:26 +0000)
lispref/symbols.texi

index ae4dffec89c53b97a23440cd9b91ad398b94824a..ee7eaf92f1e7f9d137af079514c5877af316d28a 100644 (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