]> git.eshelyaron.com Git - emacs.git/commit
Prevent errors when Lisp code asks for props of invalid windows
authorPo Lu <luangruo@yahoo.com>
Tue, 24 May 2022 13:01:14 +0000 (21:01 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 24 May 2022 13:01:24 +0000 (21:01 +0800)
commit7c4a780721a64bf429bc87557922a46870a924c5
tree862ae220f569aaf25d8b05bba68111bab2b79b6d
parentd63d633a68a0ce1dd3bb8650346b27148ac67329
Prevent errors when Lisp code asks for props of invalid windows

* src/xfns.c (Fx_window_property):
(Fx_window_property_attributes): Catch X errors.
src/xfns.c