comparison src/intervals.h @ 17462:a609ccd7eefb

(update_interval): New function declaration.
author Richard M. Stallman <rms@gnu.org>
date Tue, 15 Apr 1997 04:46:14 +0000
parents 41dc4644dec9
children 614b916ff5bf
comparison
equal deleted inserted replaced
17461:156dd2e14452 17462:a609ccd7eefb
203 extern INTERVAL balance_intervals (); 203 extern INTERVAL balance_intervals ();
204 extern INLINE void copy_intervals_to_string (); 204 extern INLINE void copy_intervals_to_string ();
205 extern INTERVAL copy_intervals (); 205 extern INTERVAL copy_intervals ();
206 extern Lisp_Object textget (); 206 extern Lisp_Object textget ();
207 extern Lisp_Object get_local_map (); 207 extern Lisp_Object get_local_map ();
208 extern INTERVAL update_interval ();
208 209
209 /* Declared in textprop.c */ 210 /* Declared in textprop.c */
210 211
211 /* Types of hooks. */ 212 /* Types of hooks. */
212 extern Lisp_Object Qmouse_left; 213 extern Lisp_Object Qmouse_left;