Mercurial > emacs
changeset 29645:09fc77c8f4c0
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 14 Jun 2000 12:46:37 +0000 |
parents | 58b31ace9bf1 |
children | e57c6c814e3f |
files | lisp/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Jun 14 11:33:38 2000 +0000 +++ b/lisp/ChangeLog Wed Jun 14 12:46:37 2000 +0000 @@ -1,5 +1,11 @@ 2000-06-14 Kenichi Handa <handa@etl.go.jp> + * tar-mode.el (tar-extract): For goto-char, use (point-min), not + 0. Give correct argument to set-auto-coding-function. + (tar-expunge): For goto-char, use (point-min), not 0. + (tar-clear-modification-flags): For goto-char, use (point-min), not 1. + (tar-subfile-save-buffer): Likewize. + * international/mule.el (after-insert-file-set-buffer-file-coding-system): Call set-buffer-file-coding-system with the arg FORCE t.