diff options
| -rw-r--r-- | lisp/net/eww.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/net/eww.el b/lisp/net/eww.el index 091a4aeba86..593ed22dd38 100644 --- a/lisp/net/eww.el +++ b/lisp/net/eww.el | |||
| @@ -1430,8 +1430,8 @@ Differences in #targets are ignored." | |||
| 1430 | (car (detect-coding-string binary)))))) | 1430 | (car (detect-coding-string binary)))))) |
| 1431 | (encodes (find-coding-systems-string decoded))) | 1431 | (encodes (find-coding-systems-string decoded))) |
| 1432 | (if (or (equal encodes '(undecided)) | 1432 | (if (or (equal encodes '(undecided)) |
| 1433 | (memq (or file-name-coding-system | 1433 | (memq (coding-system-base (or file-name-coding-system |
| 1434 | default-file-name-coding-system) | 1434 | default-file-name-coding-system)) |
| 1435 | encodes)) | 1435 | encodes)) |
| 1436 | decoded | 1436 | decoded |
| 1437 | ;; If we can't encode the decoded file name (due to language | 1437 | ;; If we can't encode the decoded file name (due to language |