]> git.eshelyaron.com Git - emacs.git/commit
Avoid wasting bandwidth to set user time
authorPo Lu <luangruo@yahoo.com>
Thu, 21 Jul 2022 06:55:05 +0000 (14:55 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 21 Jul 2022 06:55:19 +0000 (14:55 +0800)
commit50ff15bb8aee1bffbd4a69f8bb7c17c7d11b0bcc
tree1fa9784caeb4c7fdb04e7a6ed12484b4fa85201a
parent6940cebe032858e307fa24fb32ba9f5c8cb56835
Avoid wasting bandwidth to set user time

* src/xterm.c (x_display_set_last_user_time): Don't change the
user time property if nothing actually changed.
src/xterm.c