Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f77c7a99
Commit
f77c7a99
authored
Jan 24, 2014
by
Juanma Barranquero
Browse files
* net/eww.el (eww-download-callback): Fix reference to eww-download-directory.
parent
76c3fa95
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/net/eww.el
lisp/net/eww.el
+1
-1
No files found.
lisp/ChangeLog
View file @
f77c7a99
2014-01-24 Juanma Barranquero <lekktu@gmail.com>
* net/eww.el (eww-download-callback):
Fix reference to eww-download-directory.
* emacs-lisp/bytecomp.el (byte-compile-file):
Remove unused local variable `file-name'.
...
...
lisp/net/eww.el
View file @
f77c7a99
...
...
@@ -1072,7 +1072,7 @@ Differences in #targets are ignored."
(
let*
((
obj
(
url-generic-parse-url
url
))
(
path
(
car
(
url-path-and-query
obj
)))
(
file
(
eww-make-unique-file-name
(
file-name-nondirectory
path
)
eww-download-
path
)))
eww-download-
directory
)))
(
write-file
file
)
(
message
"Saved %s"
file
))))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment