comparison src/insdel.h @ 440:8de8e3f6228a r21-2-28

Import from CVS: tag r21-2-28
author cvs
date Mon, 13 Aug 2007 11:33:38 +0200
parents 3ecd8885ac67
children abe6d1db359e
comparison
equal deleted inserted replaced
439:357dd071b03c 440:8de8e3f6228a
20 20
21 /* Synched up with: Not in FSF. */ 21 /* Synched up with: Not in FSF. */
22 22
23 /* Mostly rewritten by Ben Wing. */ 23 /* Mostly rewritten by Ben Wing. */
24 24
25 #ifndef _XEMACS_INSDEL_H_ 25 #ifndef INCLUDED_insdel_h_
26 #define _XEMACS_INSDEL_H_ 26 #define INCLUDED_insdel_h_
27 27
28 /************************************************************************/ 28 /************************************************************************/
29 /* changing a buffer's text */ 29 /* changing a buffer's text */
30 /************************************************************************/ 30 /************************************************************************/
31 31
157 Bufpos to); 157 Bufpos to);
158 158
159 void init_buffer_text (struct buffer *b); 159 void init_buffer_text (struct buffer *b);
160 void uninit_buffer_text (struct buffer *b); 160 void uninit_buffer_text (struct buffer *b);
161 161
162 #endif /* _XEMACS_INSDEL_H_ */ 162 #endif /* INCLUDED_insdel_h_ */