|
From: | Chong Yidong |
Subject: | Re: bug in 23.2.92 with anything |
Date: | Sat, 15 Jan 2011 16:35:58 -0500 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
martin rudalics <address@hidden> writes: > In Fselect_window of window.c after the clause > > if (not_selected_before) > { > sf = SELECTED_FRAME (); > if (XFRAME (WINDOW_FRAME (w)) != sf) > ... > selected_window = window; > } > > there should be the two lines > > else > inhibit_point_swap = 0; There is no `not_selected_before' variable on the branch, nor the trunk. The code `sf = SELECTED_FRAME ()' etc. is not wrapped in any `if' statement.
[Prev in Thread] | Current Thread | [Next in Thread] |