From 9e16922146d876b0244fadd48d4f982d3f95c259 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Mon, 1 Jun 1998 03:06:48 +0000 Subject: [PATCH] (tar-extract): Pass HIGHEST=t to detect-coding-region. --- lisp/tar-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2