]> git.eshelyaron.com Git - emacs.git/commit
Use `xwidget-live-p' inside `xwidget-at'.
authorPo Lu <luangruo@yahoo.com>
Sat, 20 Nov 2021 06:30:12 +0000 (14:30 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 20 Nov 2021 06:33:47 +0000 (14:33 +0800)
commitda508cf4bd437f8fd9a06fce33f6e62590e1e4d9
tree35f89a5a6372b4dd4588f7c0767d6b63ee3c7fd6
parent8331916c85016ae1c457b274031475e5aa5ae041
Use `xwidget-live-p' inside `xwidget-at'.

It should no longer be possible for Lisp code to abuse internal
xwidget state, or cause crashes with killed xwidgets and such,
so the pedantic checking done in this function is no longer
necessary.  (In fact, it is even wrong, as it won't catch
killed xwidgets.)

* lisp/xwidget.el (xwidget-at): Use `xwidget-live-p'.
lisp/xwidget.el