diff options
| author | Kenichi Handa | 2002-08-08 13:04:00 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2002-08-08 13:04:00 +0000 |
| commit | d7209fd55821ead77ecceda50afa021e0730e897 (patch) | |
| tree | 738f3ceafce6a03dd48ec14e66f2b295064d727a | |
| parent | c6fb6e982802d8c8a23d981dccd6224c4bcb4f90 (diff) | |
| download | emacs-d7209fd55821ead77ecceda50afa021e0730e897.tar.gz emacs-d7209fd55821ead77ecceda50afa021e0730e897.zip | |
(tar-extract): Fix previous change.
| -rw-r--r-- | lisp/tar-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 696 | (setq coding (or coding-system-for-read | 696 | (setq coding (or coding-system-for-read |
| 697 | (and set-auto-coding-function | 697 | (and set-auto-coding-function |
| 698 | (funcall set-auto-coding-function | 698 | (funcall set-auto-coding-function |
| 699 | name (point-max))))) | 699 | name (- end start))))) |
| 700 | (if (or (not coding) | 700 | (if (or (not coding) |
| 701 | (eq (coding-system-type coding) 'undecided)) | 701 | (eq (coding-system-type coding) 'undecided)) |
| 702 | (setq coding (detect-coding-region start end t))) | 702 | (setq coding (detect-coding-region start end t))) |