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 ad8bdea817b..3ca808a60c1 100644 --- a/lisp/tar-mode.el +++ b/lisp/tar-mode.el | |||
| @@ -749,7 +749,8 @@ appear on disk when you save the tar-file's buffer." | |||
| 749 | (let ((coding | 749 | (let ((coding |
| 750 | (and set-auto-coding-function | 750 | (and set-auto-coding-function |
| 751 | (save-excursion | 751 | (save-excursion |
| 752 | (funcall set-auto-coding-function (point-max))))) | 752 | (funcall set-auto-coding-function |
| 753 | name (point-max))))) | ||
| 753 | (multibyte enable-multibyte-characters) | 754 | (multibyte enable-multibyte-characters) |
| 754 | (detected (detect-coding-region | 755 | (detected (detect-coding-region |
| 755 | 1 (min 16384 (point-max)) t))) | 756 | 1 (min 16384 (point-max)) t))) |