diff options
| author | Karl Heuer | 1998-06-01 03:06:48 +0000 |
|---|---|---|
| committer | Karl Heuer | 1998-06-01 03:06:48 +0000 |
| commit | 9e16922146d876b0244fadd48d4f982d3f95c259 (patch) | |
| tree | 971fd16b49ee70509f1099ca16372245977e130b | |
| parent | d5dae4e1b67ba40b928e8bf6f0b94dae05d9d48c (diff) | |
| download | emacs-9e16922146d876b0244fadd48d4f982d3f95c259.tar.gz emacs-9e16922146d876b0244fadd48d4f982d3f95c259.zip | |
(tar-extract): Pass HIGHEST=t to detect-coding-region.
| -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 c7ebfc94068..767f0d915bc 100644 --- a/lisp/tar-mode.el +++ b/lisp/tar-mode.el | |||
| @@ -758,7 +758,7 @@ appear on disk when you save the tar-file's buffer." | |||
| 758 | (- (point-max) 3072) (point-max))))))) | 758 | (- (point-max) 3072) (point-max))))))) |
| 759 | (multibyte enable-multibyte-characters) | 759 | (multibyte enable-multibyte-characters) |
| 760 | (detected (detect-coding-region | 760 | (detected (detect-coding-region |
| 761 | 1 (min 16384 (point-max))))) | 761 | 1 (min 16384 (point-max)) t))) |
| 762 | (if coding | 762 | (if coding |
| 763 | (or (numberp (coding-system-eol-type coding)) | 763 | (or (numberp (coding-system-eol-type coding)) |
| 764 | (setq coding (coding-system-change-eol-conversion | 764 | (setq coding (coding-system-change-eol-conversion |