Mercurial > hg > xemacs-beta
comparison src/extents.h @ 438:84b14dcb0985 r21-2-27
Import from CVS: tag r21-2-27
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:32:25 +0200 |
parents | 3ecd8885ac67 |
children | 8de8e3f6228a |
comparison
equal
deleted
inserted
replaced
437:e2a4e8b94b82 | 438:84b14dcb0985 |
---|---|
365 Lisp_Object inhibit_read_only_value); | 365 Lisp_Object inhibit_read_only_value); |
366 void process_extents_for_insertion (Lisp_Object object, | 366 void process_extents_for_insertion (Lisp_Object object, |
367 Bytind opoint, Bytecount length); | 367 Bytind opoint, Bytecount length); |
368 void process_extents_for_deletion (Lisp_Object object, Bytind from, | 368 void process_extents_for_deletion (Lisp_Object object, Bytind from, |
369 Bytind to, int destroy_them); | 369 Bytind to, int destroy_them); |
370 void report_extent_modification (Lisp_Object, Bufpos, Bufpos, int *, int); | 370 void report_extent_modification (Lisp_Object, Bufpos, Bufpos, int); |
371 | 371 |
372 void set_extent_glyph (EXTENT extent, Lisp_Object glyph, int endp, | 372 void set_extent_glyph (EXTENT extent, Lisp_Object glyph, int endp, |
373 glyph_layout layout); | 373 glyph_layout layout); |
374 | 374 |
375 void add_string_extents (Lisp_Object string, struct buffer *buf, | 375 void add_string_extents (Lisp_Object string, struct buffer *buf, |