]> git.eshelyaron.com Git - emacs.git/commit
Fix downloading of URLs that end in a slash
authorNick Drozd <nicholasdrozd@gmail.com>
Sat, 2 Feb 2019 18:50:03 +0000 (12:50 -0600)
committerEli Zaretskii <eliz@gnu.org>
Fri, 8 Feb 2019 07:40:31 +0000 (09:40 +0200)
commit46095a7dcb5fd6e0b79582bd14aa87f2d04f4a65
treebb608a33851316753540e64e67c455f8dbd96f40
parent3b60a0add71f7b5bdd350d189e5d05c19b27c089
Fix downloading of URLs that end in a slash

* lisp/net/eww.el (eww-download-callback): Fix download URL
file name.  Previously this wasn't handling download URLs
correctly, resulting in all downloaded pages being named
"!", "!(1)", etc.  (Bug#34291)
lisp/net/eww.el