]> git.eshelyaron.com Git - emacs.git/commit
Stop catching errors for some requests
authorPo Lu <luangruo@yahoo.com>
Sun, 26 Jun 2022 05:34:43 +0000 (13:34 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 26 Jun 2022 05:34:43 +0000 (13:34 +0800)
commit1c4cd5e7d92ff0be14e07c02c2fd06eed81f3338
treee2c04d35753703646f58df1c67982ceefc9b222c
parentc2e07f2258a157718ee868c7f3d3c30de56cd9f7
Stop catching errors for some requests

* src/xterm.c (x_dnd_compute_toplevels)
(frame_set_mouse_pixel_position, x_focus_frame): Use
`x_ignore_errors_for_next_request'.  This results in a healthy
~30% speedup for the involved requests.
src/xterm.c