From: Gerd Moellmann Date: Thu, 27 Sep 2001 08:36:13 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-21.1~142 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9240e746c09c38a7938e2277d35c2f8a98e33687;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index aef03dd438b..b3de540ef15 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index 0ed1353ff76..c35502722c6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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