From f77c7a99c1365079d671165c54b1c6f025c79a52 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 24 Jan 2014 05:15:13 +0100 Subject: [PATCH] * net/eww.el (eww-download-callback): Fix reference to eww-download-directory. --- lisp/ChangeLog | 3 +++ lisp/net/eww.el | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d7d9b23f570..896d1da9393 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2014-01-24 Juanma Barranquero + * 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'. diff --git a/lisp/net/eww.el b/lisp/net/eww.el index 4375a31bd36..17273c337d1 100644 --- a/lisp/net/eww.el +++ b/lisp/net/eww.el @@ -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)))) -- 2.39.2