]> git.eshelyaron.com Git - emacs.git/commit
Remove redundant call to expensive function XOpenDisplay
authorPo Lu <luangruo@yahoo.com>
Sat, 15 Oct 2022 08:25:22 +0000 (16:25 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 15 Oct 2022 08:25:22 +0000 (16:25 +0800)
commita06c54209499c3885c13a8d3eba7798ab3f0d688
tree6474747e490bd203b3136a70e8b3d225eb033522
parente185526d216e544a70b2be77b34b5cb5386762d1
Remove redundant call to expensive function XOpenDisplay

* src/xterm.c (x_term_init): Speed up opening Emacs over a slow
network connection by an order of magnitude on no toolkit builds
by avoiding a redundant call to XOpenDisplay.
src/xterm.c