Mercurial > hg > xemacs-beta
comparison src/line-number.h @ 284:558f606b08ae r21-0b40
Import from CVS: tag r21-0b40
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:34:13 +0200 |
parents | 78478c60bfcd |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
283:fa3d41851a08 | 284:558f606b08ae |
---|---|
17 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 17 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
18 Boston, MA 02111-1307, USA. */ | 18 Boston, MA 02111-1307, USA. */ |
19 | 19 |
20 /* Synched up with: Not in FSF. */ | 20 /* Synched up with: Not in FSF. */ |
21 | 21 |
22 void mark_line_number_cache (void *, void (*)(Lisp_Object)); | |
23 void narrow_line_number_cache (struct buffer *); | 22 void narrow_line_number_cache (struct buffer *); |
24 void insert_invalidate_line_number_cache (struct buffer *, Bufpos, | 23 void insert_invalidate_line_number_cache (struct buffer *, Bufpos, |
25 CONST Bufbyte *, Bytecount); | 24 CONST Bufbyte *, Bytecount); |
26 void delete_invalidate_line_number_cache (struct buffer *, Bufpos, Bufpos); | 25 void delete_invalidate_line_number_cache (struct buffer *, Bufpos, Bufpos); |
27 | 26 |