summaryrefslogtreecommitdiff
path: root/lisp/tar-mode.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1998-06-01 03:06:48 +0000
committerKarl Heuer <kwzh@gnu.org>1998-06-01 03:06:48 +0000
commit9e16922146d876b0244fadd48d4f982d3f95c259 (patch)
tree971fd16b49ee70509f1099ca16372245977e130b /lisp/tar-mode.el
parentd5dae4e1b67ba40b928e8bf6f0b94dae05d9d48c (diff)
downloademacs-9e16922146d876b0244fadd48d4f982d3f95c259.tar.gz
(tar-extract): Pass HIGHEST=t to detect-coding-region.
Diffstat (limited to 'lisp/tar-mode.el')
-rw-r--r--lisp/tar-mode.el2
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."
(- (point-max) 3072) (point-max)))))))
(multibyte enable-multibyte-characters)
(detected (detect-coding-region
- 1 (min 16384 (point-max)))))
+ 1 (min 16384 (point-max)) t)))
(if coding
(or (numberp (coding-system-eol-type coding))
(setq coding (coding-system-change-eol-conversion