Mercurial > emacs
changeset 39473:d625186dd9d1
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 27 Sep 2001 08:36:13 +0000 |
parents | c3d9922b855a |
children | 5f9f7d59fd79 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <gerd@gnu.org> + + * 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 <monnier@cs.yale.edu> * info.el (Info-on-current-buffer): Default arg to "Top".
--- 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 <gerd@gnu.org> + + * xdisp.c (display_mode_element): One more case where a string's + multibyteness should be used for display. + 2001-09-26 Gerd Moellmann <gerd@gnu.org> * fileio.c (Finsert_file_contents): If REPLACE is non-nil, stop