Mercurial > hg > xemacs-beta
comparison src/extents.h @ 98:0d2f883870bc r20-1b1
Import from CVS: tag r20-1b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:13:56 +0200 |
parents | dbb370e3c29e |
children | 3d6bfa290dbd |
comparison
equal
deleted
inserted
replaced
97:498bf5da1c90 | 98:0d2f883870bc |
---|---|
367 /* Note the following five functions are NOT in Bufpos's */ | 367 /* Note the following five functions are NOT in Bufpos's */ |
368 void adjust_extents (Lisp_Object object, Memind from, | 368 void adjust_extents (Lisp_Object object, Memind from, |
369 Memind to, int amount); | 369 Memind to, int amount); |
370 void adjust_extents_for_deletion (Lisp_Object object, Bytind from, | 370 void adjust_extents_for_deletion (Lisp_Object object, Bytind from, |
371 Bytind to, int gapsize, | 371 Bytind to, int gapsize, |
372 int numdel); | 372 int numdel, int movegapsize); |
373 void verify_extent_modification (Lisp_Object object, Bytind from, | 373 void verify_extent_modification (Lisp_Object object, Bytind from, |
374 Bytind to, | 374 Bytind to, |
375 Lisp_Object inhibit_read_only_value); | 375 Lisp_Object inhibit_read_only_value); |
376 void process_extents_for_insertion (Lisp_Object object, | 376 void process_extents_for_insertion (Lisp_Object object, |
377 Bytind opoint, Bytecount length); | 377 Bytind opoint, Bytecount length); |