From: Eli Zaretskii Date: Wed, 29 Mar 2023 18:28:02 +0000 (+0300) Subject: ; Fix last change X-Git-Tag: emacs-29.0.90~64 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a14c3f62a67;p=emacs.git ; Fix last change --- 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))