aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/arc-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/arc-mode.el')
-rw-r--r--lisp/arc-mode.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/arc-mode.el b/lisp/arc-mode.el
index 5b08182b7ee..2db56d0450a 100644
--- a/lisp/arc-mode.el
+++ b/lisp/arc-mode.el
@@ -898,8 +898,9 @@ using `make-temp-file', and the generated name is returned."
898 ;; extracted file existed. 898 ;; extracted file existed.
899 (let ((file-name-handler-alist 899 (let ((file-name-handler-alist
900 '(("" . archive-file-name-handler)))) 900 '(("" . archive-file-name-handler))))
901 (car (find-operation-coding-system 'insert-file-contents 901 (car (find-operation-coding-system
902 filename t)))))) 902 'insert-file-contents
903 (cons filename (current-buffer)) t))))))
903 (if (and (not coding-system-for-read) 904 (if (and (not coding-system-for-read)
904 (not enable-multibyte-characters)) 905 (not enable-multibyte-characters))
905 (setq coding 906 (setq coding