Mercurial > emacs
changeset 44672:1eb32d9cb2a6
(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.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 19 Apr 2002 00:13:57 +0000 |
parents | 3a037de0426b |
children | 01f74663f76e |
files | src/ChangeLog |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Fri Apr 19 00:11:58 2002 +0000 +++ b/src/ChangeLog Fri Apr 19 00:13:57 2002 +0000 @@ -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.