emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bug in 23.2.92 with anything


From: martin rudalics
Subject: Re: bug in 23.2.92 with anything
Date: Sat, 15 Jan 2011 22:54:18 +0100
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

> 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.

Arrgh, I'm confusing the trunk with my branch and so my patch was silly.
I suppose we miss a

      inhibit_point_swap = 0;

reset between the lines (maybe Thierry can check this)

      eassert (EQ (window, selected_window));
      return window;

but I suppose it's better to take the change out and test it on Emacs 24
first.

martin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]