comparison src/ChangeLog @ 39034:fe47985d622a

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 30 Aug 2001 12:15:09 +0000
parents d5b2cd9aadf2
children 2a7279b2f60d
comparison
equal deleted inserted replaced
39033:9819ee584001 39034:fe47985d622a
1 2001-08-30 Gerd Moellmann <gerd@gnu.org> 1 2001-08-30 Gerd Moellmann <gerd@gnu.org>
2
3 * xdisp.c (Qbuffer_position, Qposition, Qobject): New variables.
4 (syms_of_xdisp): Initialize them.
5 (handle_single_display_prop): Don't change point, bind `object',
6 `position', and `buffer-position' instead to the object having the
7 `display' property, position in the object and position in the
8 buffer.
2 9
3 * fileio.c (Finsert_file_contents): Don't change the multibyteness 10 * fileio.c (Finsert_file_contents): Don't change the multibyteness
4 of the buffer if REPLACE is non-nil. 11 of the buffer if REPLACE is non-nil.
5 12
6 2001-08-29 Gerd Moellmann <gerd@gnu.org> 13 2001-08-29 Gerd Moellmann <gerd@gnu.org>