From: Stefan Monnier Date: Mon, 17 Mar 2008 20:21:12 +0000 (+0000) Subject: (Fbuffer_list): Declare (for use in callint.c). X-Git-Tag: emacs-pretest-23.0.90~7071 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f9f3238f99fe397dbac66faef02c31f41c3cc320;p=emacs.git (Fbuffer_list): Declare (for use in callint.c). --- diff --git a/src/ChangeLog b/src/ChangeLog index 8d3397c7834..ceaa1e81c0c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-03-17 Stefan Monnier + + * buffer.h (Fbuffer_list): Declare (for use in callint.c). + 2008-03-17 Andreas Schwab * 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 diff --git a/src/buffer.h b/src/buffer.h index c5544e7314a..5c2dd5bc143 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -868,6 +868,7 @@ extern void mmap_set_vars P_ ((int)); } \ } while (0) +EXFUN (Fbuffer_list, 1); EXFUN (Fbuffer_live_p, 1); EXFUN (Fbuffer_name, 1); EXFUN (Fget_file_buffer, 1);