# HG changeset patch # User Karl Heuer # Date 896670408 0 # Node ID 29da944dc29f227bf584b23b54da0e86cfcf66de # Parent f322afba9154cde1cb3a57932562485719ad85d2 (tar-extract): Pass HIGHEST=t to detect-coding-region. diff -r f322afba9154 -r 29da944dc29f lisp/tar-mode.el --- a/lisp/tar-mode.el Mon Jun 01 03:04:39 1998 +0000 +++ b/lisp/tar-mode.el Mon Jun 01 03:06:48 1998 +0000 @@ -758,7 +758,7 @@ (- (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