# HG changeset patch # User Kenichi Handa # Date 960986797 0 # Node ID 09fc77c8f4c0d203bbf7d26701086f62f1974b71 # Parent 58b31ace9bf1d8fe4b0599e3343ddbf6f9ddf0d6 *** empty log message *** diff -r 58b31ace9bf1 -r 09fc77c8f4c0 lisp/ChangeLog --- 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 + * 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.