Compare the values of text properties using EQ, not Fequal.
authorJim Blandy <jimb@redhat.com>
Tue, 6 Jul 1993 02:23:22 +0000 (02:23 +0000)
committerJim Blandy <jimb@redhat.com>
Tue, 6 Jul 1993 02:23:22 +0000 (02:23 +0000)
commit734c51b2dd0d010be568ce950c62d2aea883bb8c
tree3c9a049c67383065aa96dbb431d823fe9fe4374d
parent657070acda0f1897d0f4768ec621b8831ca9840a
Compare the values of text properties using EQ, not Fequal.
* intervals.c (intervals_equal): Call EQ, not Fequal.
* textprop.c (interval_has_all_properties, add_properties): Same.
src/intervals.c
src/textprop.c