From: Kenichi Handa Date: Thu, 8 Aug 2002 13:04:00 +0000 (+0000) Subject: (tar-extract): Fix previous change. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~455 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d7209fd55821ead77ecceda50afa021e0730e897;p=emacs.git (tar-extract): Fix previous change. --- diff --git a/lisp/tar-mode.el b/lisp/tar-mode.el index bd10737b548..4adad6fe374 100644 --- a/lisp/tar-mode.el +++ b/lisp/tar-mode.el @@ -696,7 +696,7 @@ appear on disk when you save the tar-file's buffer." (setq coding (or coding-system-for-read (and set-auto-coding-function (funcall set-auto-coding-function - name (point-max))))) + name (- end start))))) (if (or (not coding) (eq (coding-system-type coding) 'undecided)) (setq coding (detect-coding-region start end t)))