# HG changeset patch # User Gerd Moellmann # Date 1000389714 0 # Node ID 468b3ac5ff230089414a1c57b6c8bece59acaf3e # Parent 269a01a4ee76da363115304c704caed1114f55c4 *** empty log message *** diff -r 269a01a4ee76 -r 468b3ac5ff23 src/ChangeLog --- a/src/ChangeLog Thu Sep 13 14:01:34 2001 +0000 +++ b/src/ChangeLog Thu Sep 13 14:01:54 2001 +0000 @@ -1,5 +1,8 @@ 2001-09-13 Gerd Moellmann + * fileio.c (Ffile_symlink_p): If readlink returns ERANGE, take + that to mean that the buffer is too small. + * xdisp.c (reseat_1): Set IT's multibyte_p flag according to the current buffer's multibyteness when discarding the iterator's stack.