aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/net/eww.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/net/eww.el b/lisp/net/eww.el
index 5da7c4929c0..29b4b876465 100644
--- a/lisp/net/eww.el
+++ b/lisp/net/eww.el
@@ -1426,8 +1426,8 @@ Differences in #targets are ignored."
1426 (car (detect-coding-string binary)))))) 1426 (car (detect-coding-string binary))))))
1427 (encodes (find-coding-systems-string decoded))) 1427 (encodes (find-coding-systems-string decoded)))
1428 (if (or (equal encodes '(undecided)) 1428 (if (or (equal encodes '(undecided))
1429 (memq (or file-name-coding-system 1429 (memq (coding-system-base (or file-name-coding-system
1430 default-file-name-coding-system) 1430 default-file-name-coding-system))
1431 encodes)) 1431 encodes))
1432 decoded 1432 decoded
1433 ;; If we can't encode the decoded file name (due to language 1433 ;; If we can't encode the decoded file name (due to language