changeset 93037:cbb561d8b117

(Fbuffer_list): Declare (for use in callint.c).
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 17 Mar 2008 20:21:12 +0000
parents 50a5f7c885c1
children a2c4bffe2b59
files src/ChangeLog src/buffer.h
diffstat 2 files changed, 7 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Mon Mar 17 20:19:00 2008 +0000
+++ b/src/ChangeLog	Mon Mar 17 20:21:12 2008 +0000
@@ -1,3 +1,7 @@
+2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* buffer.h (Fbuffer_list): Declare (for use in callint.c).
+
 2008-03-17  Andreas Schwab  <schwab@suse.de>
 
 	* regex.c (re_match_2_internal): Properly match raw 8-bit bytes
@@ -28,10 +32,8 @@
 
 	* coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
 	(STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
-	(coding_alloc_by_making_gap): Fix the way to preserve data in the
-	gap.
-	(alloc_destination): Fix the 2nd arg to
-	coding_alloc_by_making_gap.
+	(coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
+	(alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
 	(encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
 	CHAR_STRING_ADVANCE.
 	(produce_chars): Fix for the case that the source and the
--- a/src/buffer.h	Mon Mar 17 20:19:00 2008 +0000
+++ b/src/buffer.h	Mon Mar 17 20:21:12 2008 +0000
@@ -868,6 +868,7 @@
       }									\
   } while (0)
 
+EXFUN (Fbuffer_list, 1);
 EXFUN (Fbuffer_live_p, 1);
 EXFUN (Fbuffer_name, 1);
 EXFUN (Fget_file_buffer, 1);