]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fbuffer_list): Declare (for use in callint.c).
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 17 Mar 2008 20:21:12 +0000 (20:21 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 17 Mar 2008 20:21:12 +0000 (20:21 +0000)
src/ChangeLog
src/buffer.h

index 8d3397c7834b9bda0f2f0112c4c96a1b976e0821..ceaa1e81c0c6218dabbc58b61eeda9edccdd0ef7 100644 (file)
@@ -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
 
        * 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
index c5544e7314a29c47425a107b83452dcbe4b18d1f..5c2dd5bc143d3b6b55456f936c072c6c0c4eea9a 100644 (file)
@@ -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);