# HG changeset patch # User Richard M. Stallman # Date 731547923 0 # Node ID 79a2651d9de35c8b10847d99ae30572282003016 # Parent 8fe7e77dc59678032d042ceaf5b8174bd0618dea Declare Qcategory, Qlocal_map. Declare textget, get_local_map. diff -r 8fe7e77dc596 -r 79a2651d9de3 src/intervals.h --- a/src/intervals.h Sun Mar 07 23:43:52 1993 +0000 +++ b/src/intervals.h Sun Mar 07 23:45:23 1993 +0000 @@ -174,6 +174,8 @@ extern INTERVAL balance_intervals (); extern INLINE void copy_intervals_to_string (); extern INTERVAL copy_intervals (); +extern Lisp_Object textget (); +extern Lisp_Object get_local_map (); /* Declared in textprop.c */ @@ -182,7 +184,9 @@ extern Lisp_Object Qmouse_entered; extern Lisp_Object Qpoint_left; extern Lisp_Object Qpoint_entered; -extern Lisp_Object Qmodification; +extern Lisp_Object Qmodification_hooks; +extern Lisp_Object Qcategory; +extern Lisp_Object Qlocal_map; /* Visual properties text (including strings) may have. */ extern Lisp_Object Qforeground, Qbackground, Qfont, Qunderline, Qstipple;