]> git.eshelyaron.com Git - emacs.git/commit
eww: don't add keymap to <a> without href
authorAndreas Schwab <schwab@linux-m68k.org>
Thu, 22 Oct 2020 18:07:24 +0000 (20:07 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Thu, 22 Oct 2020 18:13:24 +0000 (20:13 +0200)
commitb572308fbf095da3bd7382d3b1c8f952a51ce3ac
treefb7fcdb3750bd56f34ba2d1fe3e9c6f3c0e1ec45
parentf6d138979626951a035a6ecf90b77637b06ad6fc
eww: don't add keymap to <a> without href

* lisp/net/eww.el (eww-tag-a): Only add keymap if the href
attribute is present.  (Bug#44147)
lisp/net/eww.el