From a14c3f62a67d1a5fa423cd3818ede870f2596a09 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 29 Mar 2023 21:28:02 +0300 Subject: [PATCH] ; Fix last change --- lisp/net/eww.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." The default is specified by `eww-download-directory'; however, if that directory doesn't exist and the DOWNLOAD XDG user directory is defined, use the latter instead." - (or (and (file-exists-p eww-download-directory) + (or (and (file-exists-p eww-default-download-directory) eww-default-download-directory) (when-let ((dir (xdg-user-dir "DOWNLOAD"))) (file-name-as-directory dir)) -- 2.39.2