# HG changeset patch # User Gerd Moellmann # Date 1001579773 0 # Node ID d625186dd9d14bf02914162f3839e1d2b2348c25 # Parent c3d9922b855a945616ed94bafa5c86abe49b7793 *** empty log message *** diff -r c3d9922b855a -r d625186dd9d1 lisp/ChangeLog --- a/lisp/ChangeLog Thu Sep 27 08:35:44 2001 +0000 +++ b/lisp/ChangeLog Thu Sep 27 08:36:13 2001 +0000 @@ -1,3 +1,8 @@ +2001-09-27 Gerd Moellmann + + * tar-mode.el (tar-mode-write-file): Don't signal an error by + calling byte-to-position with a nil tar-header-offset. + 2001-09-26 Stefan Monnier * info.el (Info-on-current-buffer): Default arg to "Top". diff -r c3d9922b855a -r d625186dd9d1 src/ChangeLog --- a/src/ChangeLog Thu Sep 27 08:35:44 2001 +0000 +++ b/src/ChangeLog Thu Sep 27 08:36:13 2001 +0000 @@ -1,3 +1,8 @@ +2001-09-27 Gerd Moellmann + + * xdisp.c (display_mode_element): One more case where a string's + multibyteness should be used for display. + 2001-09-26 Gerd Moellmann * fileio.c (Finsert_file_contents): If REPLACE is non-nil, stop