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 bd10737b548..4adad6fe374 100644 --- a/lisp/tar-mode.el +++ b/lisp/tar-mode.el | |||
| @@ -696,7 +696,7 @@ appear on disk when you save the tar-file's buffer." | |||
| 696 | (setq coding (or coding-system-for-read | 696 | (setq coding (or coding-system-for-read |
| 697 | (and set-auto-coding-function | 697 | (and set-auto-coding-function |
| 698 | (funcall set-auto-coding-function | 698 | (funcall set-auto-coding-function |
| 699 | name (point-max))))) | 699 | name (- end start))))) |
| 700 | (if (or (not coding) | 700 | (if (or (not coding) |
| 701 | (eq (coding-system-type coding) 'undecided)) | 701 | (eq (coding-system-type coding) 'undecided)) |
| 702 | (setq coding (detect-coding-region start end t))) | 702 | (setq coding (detect-coding-region start end t))) |