emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/window.c


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/src/window.c
Date: Thu, 09 Jun 2005 22:31:15 -0400

Index: emacs/src/window.c
diff -c emacs/src/window.c:1.503 emacs/src/window.c:1.504
*** emacs/src/window.c:1.503    Mon Jun  6 10:38:23 2005
--- emacs/src/window.c  Fri Jun 10 02:31:13 2005
***************
*** 3234,3240 ****
         so that FRAME_FOCUS_FRAME is moved appropriately as we
         move around in the state where a minibuffer in a separate
         frame is active.  */
!       Fselect_frame (WINDOW_FRAME (w), Qnil);
      }
    else
      sf->selected_window = window;
--- 3234,3240 ----
         so that FRAME_FOCUS_FRAME is moved appropriately as we
         move around in the state where a minibuffer in a separate
         frame is active.  */
!       Fselect_frame (WINDOW_FRAME (w));
      }
    else
      sf->selected_window = window;




reply via email to

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