Mercurial > hg > xemacs-beta
diff src/lisp.h @ 377:d883f39b8495 r21-2b4
Import from CVS: tag r21-2b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:05:42 +0200 |
parents | 6240c7796c7a |
children | 8626e4521993 |
line wrap: on
line diff
--- a/src/lisp.h Mon Aug 13 11:04:53 2007 +0200 +++ b/src/lisp.h Mon Aug 13 11:05:42 2007 +0200 @@ -960,7 +960,7 @@ struct lrecord_header lheader; Lisp_Object next; long size; - unsigned int bits[1]; + unsigned long bits[1]; }; DECLARE_LRECORD (bit_vector, struct Lisp_Bit_Vector); @@ -2048,6 +2048,7 @@ Bytind bytind_clip_to_bounds (Bytind, Bytind, Bytind); void buffer_insert1 (struct buffer *, Lisp_Object); Lisp_Object make_string_from_buffer (struct buffer *, int, int); +Lisp_Object make_string_from_buffer_no_extents (struct buffer *, int, int); Lisp_Object save_excursion_save (void); Lisp_Object save_restriction_save (void); Lisp_Object save_excursion_restore (Lisp_Object);