diff options
-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." (- (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 |