Mercurial > emacs
changeset 4211:b2e422a86641
(Ftext_property_not_all): Fix typo in decl.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 21 Jul 1993 22:25:42 +0000 |
parents | b0a5f72de90c |
children | a696547fb51e |
files | src/intervals.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/intervals.h Wed Jul 21 22:23:24 1993 +0000 +++ b/src/intervals.h Wed Jul 21 22:25:42 1993 +0000 @@ -201,7 +201,7 @@ extern Lisp_Object Fnext_property_change (), Fprevious_property_change (); extern Lisp_Object Fadd_text_properties (), Fset_text_properties (); extern Lisp_Object Fremove_text_properties (), Ferase_text_properties (); -extern Lisp_Object Ftext_property_any (), Ftext_property_all (); +extern Lisp_Object Ftext_property_any (), Ftext_property_not_all (); extern Lisp_Object copy_text_properties (); extern void syms_of_textprop ();