]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Wed, 14 Jun 2000 12:46:37 +0000 (12:46 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 14 Jun 2000 12:46:37 +0000 (12:46 +0000)
lisp/ChangeLog

index 288d6d86d896ef3159eb4726e6580c71765810ec..c47e79dd70915e39e109f5d2c62f6f154f99f217 100644 (file)
@@ -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.