]> git.eshelyaron.com Git - emacs.git/commitdiff
(remove_properties): New arg LIST allows scanning either a list or a plist.
authorRichard M. Stallman <rms@gnu.org>
Fri, 19 Apr 2002 00:13:57 +0000 (00:13 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 19 Apr 2002 00:13:57 +0000 (00:13 +0000)
(interval_has_some_properties_list): New function, like
interval_has_some_properties using list instead of plist.
All callers changed.
(Fremove_list_of_text_properties): New function.
(syms_of_textprop): Defsubr it.

src/ChangeLog

index b4c33417732bbb5161eb13d02ad12c51facba0cc..3ac5319cae3cc369bf94b6fa92849c5d61c14106 100644 (file)
@@ -1,3 +1,13 @@
+2002-04-18  Richard M. Stallman  <rms@gnu.org>
+
+       * textprop.c (remove_properties): New arg LIST allows scanning
+       either a list or a plist.
+       (interval_has_some_properties_list): New function, like
+       interval_has_some_properties using list instead of plist.
+       All callers changed.
+       (Fremove_list_of_text_properties): New function.
+       (syms_of_textprop): Defsubr it.
+
 2002-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * s/sol2.h (HAVE_LIBKSTAT): Define only if not already defined.