diff options
| -rw-r--r-- | lisp/tar-mode.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/tar-mode.el b/lisp/tar-mode.el index f24a91d4145..a02fd1b2ba9 100644 --- a/lisp/tar-mode.el +++ b/lisp/tar-mode.el | |||
| @@ -736,7 +736,8 @@ appear on disk when you save the tar-file's buffer." | |||
| 736 | (funcall set-auto-coding-function | 736 | (funcall set-auto-coding-function |
| 737 | name (- (point-max) (point))))) | 737 | name (- (point-max) (point))))) |
| 738 | (car (find-operation-coding-system | 738 | (car (find-operation-coding-system |
| 739 | 'insert-file-contents name t)))) | 739 | 'insert-file-contents |
| 740 | (cons name (current-buffer)) t)))) | ||
| 740 | (multibyte enable-multibyte-characters) | 741 | (multibyte enable-multibyte-characters) |
| 741 | (detected (detect-coding-region | 742 | (detected (detect-coding-region |
| 742 | (point-min) | 743 | (point-min) |