comparison src/lisp.h @ 30322:6dd0219378f5

(Fnext_single_char_property_change): Add prototype.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 19 Jul 2000 15:47:31 +0000
parents 70f3583c5da1
children a438686586dd
comparison
equal deleted inserted replaced
30321:1f4d6c2c8a7a 30322:6dd0219378f5
2771 extern Lisp_Object Qmodification_hooks; 2771 extern Lisp_Object Qmodification_hooks;
2772 extern Lisp_Object Qrear_nonsticky, Qfont; 2772 extern Lisp_Object Qrear_nonsticky, Qfont;
2773 extern Lisp_Object Qinsert_in_front_hooks, Qinsert_behind_hooks; 2773 extern Lisp_Object Qinsert_in_front_hooks, Qinsert_behind_hooks;
2774 EXFUN (Fnext_property_change, 3); 2774 EXFUN (Fnext_property_change, 3);
2775 EXFUN (Fnext_single_property_change, 4); 2775 EXFUN (Fnext_single_property_change, 4);
2776 EXFUN (Fnext_single_char_property_change, 4);
2776 EXFUN (Fprevious_single_property_change, 4); 2777 EXFUN (Fprevious_single_property_change, 4);
2777 EXFUN (Fget_text_property, 3); 2778 EXFUN (Fget_text_property, 3);
2778 EXFUN (Fput_text_property, 5); 2779 EXFUN (Fput_text_property, 5);
2779 EXFUN (Fset_text_properties, 4); 2780 EXFUN (Fset_text_properties, 4);
2780 EXFUN (Ftext_property_not_all, 5); 2781 EXFUN (Ftext_property_not_all, 5);