]> git.eshelyaron.com Git - emacs.git/commit
Reduce wasted cycles in x*.c
authorPo Lu <luangruo@yahoo.com>
Sat, 26 Nov 2022 10:57:34 +0000 (18:57 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 26 Nov 2022 10:58:25 +0000 (18:58 +0800)
commit5281e85513bae95bd4a6fce59b6acd0343e3d6bc
tree70a669e864b6c5921a72ce69e4dd876795c83ea4
parent2eccd6eb5f30749fa63d7366b235356e7b4fdfcd
Reduce wasted cycles in x*.c

* src/xfns.c (compute_tip_xy, Fx_show_tip):
* src/xselect.c (x_own_selection, x_get_local_selection)
(x_clear_frame_selections): Call CAR and CDR, not Fcar and Fcdr.
src/xfns.c
src/xselect.c