]> git.eshelyaron.com Git - emacs.git/commit
Download of URL in EWW falls back on current URL
authorNick Drozd <nicholasdrozd@gmail.com>
Sat, 2 Feb 2019 18:35:02 +0000 (12:35 -0600)
committerEli Zaretskii <eliz@gnu.org>
Fri, 8 Feb 2019 07:45:19 +0000 (09:45 +0200)
commit51e6e0694acb6ecb54962d702193ec5b21e57128
tree2ad35c9a126b6c0b52094683609d11421c2817cc
parentdbb1a8bc1a285c7ed8817bac533ed4a096c391ac
Download of URL in EWW falls back on current URL

* lisp/net/eww.el (eww-download): If there's no URL at point,
download the current URL instead.  Previous behavior was to
signal an error if there was no URL at point.  (Bug#34291)
* doc/misc/eww.texi (Basics): Update documentation.
doc/misc/eww.texi
lisp/net/eww.el