projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09fece5
)
; Fix last change
author
Eli Zaretskii
<eliz@gnu.org>
Wed, 29 Mar 2023 18:28:02 +0000
(21:28 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Wed, 29 Mar 2023 18:28:02 +0000
(21:28 +0300)
lisp/net/eww.el
patch
|
blob
|
history
diff --git
a/lisp/net/eww.el
b/lisp/net/eww.el
index bc5f3e38ed5741dfa9348d39863fd39cb1d0b477..d42429e53aa08725d5cb340922c3614f352b7851 100644
(file)
--- 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-d
efault-d
ownload-directory)
eww-default-download-directory)
(when-let ((dir (xdg-user-dir "DOWNLOAD")))
(file-name-as-directory dir))