Minor fixes for last change

* etc/NEWS: Announce the change in EWW download behavior.

* lisp/net/eww.el (eww-download): Doc fix.  (Bug#34291)
This commit is contained in:
Eli Zaretskii 2019-02-08 09:53:32 +02:00
parent 51e6e0694a
commit 24905e9217
2 changed files with 6 additions and 1 deletions

View file

@ -654,6 +654,11 @@ and its value has been changed to Duck Duck Go.
** eww/shr
+++
*** The 'd' ('eww-download') command now falls back to current page's URL.
If this command is invoked with no URL at point, it now downloads the
current page instead of signaling an error.
*** When opening external links in eww/shr (typically with the
'C-u RET' keystroke on a link), the link will be flashed with the new
'shr-selected-link' face to give the user feedback that the command

View file

@ -1532,7 +1532,7 @@ Differences in #targets are ignored."
(defun eww-download ()
"Download URL to `eww-download-directory'.
Use link under point if there is one, else the current page URL."
Use link at point if there is one, else the current page's URL."
(interactive)
(access-file eww-download-directory "Download failed")
(let ((url (or (get-text-property (point) 'shr-url)