Mercurial > hg > xemacs-beta
comparison src/insdel.h @ 373:6240c7796c7a r21-2b2
Import from CVS: tag r21-2b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:04:06 +0200 |
parents | c5d627a313b1 |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
372:49e1ed2d7ed8 | 373:6240c7796c7a |
---|---|
154 void font_lock_buffer_was_killed (struct buffer *buf); | 154 void font_lock_buffer_was_killed (struct buffer *buf); |
155 | 155 |
156 void barf_if_buffer_read_only (struct buffer *buf, Bufpos from, | 156 void barf_if_buffer_read_only (struct buffer *buf, Bufpos from, |
157 Bufpos to); | 157 Bufpos to); |
158 | 158 |
159 void init_buffer_text (struct buffer *b, int indirect_p); | 159 void init_buffer_text (struct buffer *b); |
160 void uninit_buffer_text (struct buffer *b, int indirect_p); | 160 void uninit_buffer_text (struct buffer *b); |
161 | 161 |
162 #endif /* _XEMACS_INSDEL_H_ */ | 162 #endif /* _XEMACS_INSDEL_H_ */ |