mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-21 06:55:39 +00:00
; Fix last change
This commit is contained in:
parent
09fece5722
commit
a14c3f62a6
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user