]> git.eshelyaron.com Git - emacs.git/commit
Remove a false #ifdef HAVE_WINDOW_SYSTEM
authorGerd Möllmann <gerd@gnu.org>
Mon, 20 Jan 2025 17:11:58 +0000 (18:11 +0100)
committerEshel Yaron <me@eshelyaron.com>
Thu, 23 Jan 2025 10:24:38 +0000 (11:24 +0100)
commite55d4f956367dc456bd2d6827b58efa2f4103ce1
treeb4afc8899aed51ad4b383ce13a480c29a220e2c7
parent2d942f3a5cfd90802b13032d7dedc0c5a23bf5d7
Remove a false #ifdef HAVE_WINDOW_SYSTEM

* src/xdiso.c (update_tab_bar)_ Don't use #ifdef HAVE_WINDOW_SYSTEM for
setting the selected frame. That only makes a build without window
system misbehave.

(cherry picked from commit eaa79e25a6b34f5f3dca5961233498afbacaec58)
src/xdisp.c