From: Karl Heuer Date: Mon, 1 Jun 1998 03:06:48 +0000 (+0000) Subject: (tar-extract): Pass HIGHEST=t to detect-coding-region. X-Git-Tag: emacs-20.3~772 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9e16922146d876b0244fadd48d4f982d3f95c259;p=emacs.git (tar-extract): Pass HIGHEST=t to detect-coding-region. --- 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