]> git.eshelyaron.com Git - emacs.git/commit
Remove some redundant calls to x_ignore_errors_for_next_request
authorPo Lu <luangruo@yahoo.com>
Fri, 9 Sep 2022 08:27:02 +0000 (16:27 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 9 Sep 2022 08:27:02 +0000 (16:27 +0800)
commita0886b321c4792ac52d69900a999840c7ee1d90a
tree821e9e1d260c79e87a4693838bfe445bf88ec6b0
parentadc8344e759b0aa3c919df9bdff1232d89b2e6b4
Remove some redundant calls to x_ignore_errors_for_next_request

* src/xterm.c (x_dnd_do_unsupported_drop, x_set_frame_alpha):
Wrap some requests in x_ignore_errors_for_next_request instead
of calling it each time.
src/xterm.c