diff options
| author | Eli Zaretskii | 2023-03-29 21:28:02 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2023-03-29 21:28:02 +0300 |
| commit | a14c3f62a67d1a5fa423cd3818ede870f2596a09 (patch) | |
| tree | e7b7a0d58a0f285f89633e1571f78fbfa8241fd1 | |
| parent | 09fece5722f6a6235936526991092fa444e0bd8c (diff) | |
| download | emacs-a14c3f62a67d1a5fa423cd3818ede870f2596a09.tar.gz emacs-a14c3f62a67d1a5fa423cd3818ede870f2596a09.zip | |
; Fix last change
| -rw-r--r-- | lisp/net/eww.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/eww.el b/lisp/net/eww.el index bc5f3e38ed5..d42429e53aa 100644 --- a/lisp/net/eww.el +++ b/lisp/net/eww.el | |||
| @@ -76,7 +76,7 @@ Used by `eww--download-directory', which see." | |||
| 76 | The default is specified by `eww-download-directory'; however, | 76 | The default is specified by `eww-download-directory'; however, |
| 77 | if that directory doesn't exist and the DOWNLOAD XDG user directory | 77 | if that directory doesn't exist and the DOWNLOAD XDG user directory |
| 78 | is defined, use the latter instead." | 78 | is defined, use the latter instead." |
| 79 | (or (and (file-exists-p eww-download-directory) | 79 | (or (and (file-exists-p eww-default-download-directory) |
| 80 | eww-default-download-directory) | 80 | eww-default-download-directory) |
| 81 | (when-let ((dir (xdg-user-dir "DOWNLOAD"))) | 81 | (when-let ((dir (xdg-user-dir "DOWNLOAD"))) |
| 82 | (file-name-as-directory dir)) | 82 | (file-name-as-directory dir)) |