emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 a14c3f62a67: ; Fix last change


From: Eli Zaretskii
Subject: emacs-29 a14c3f62a67: ; Fix last change
Date: Wed, 29 Mar 2023 14:28:25 -0400 (EDT)

branch: emacs-29
commit a14c3f62a67d1a5fa423cd3818ede870f2596a09
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]