]> code.delx.au - gnu-emacs/commitdiff
(Fselect_window): Adapt call to Fselect_frame.
authorLuc Teirlinck <teirllm@auburn.edu>
Fri, 10 Jun 2005 02:36:07 +0000 (02:36 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Fri, 10 Jun 2005 02:36:07 +0000 (02:36 +0000)
src/ChangeLog
src/window.c

index 4ab24a42e412766e28381f21111618b41757a9d0..0962308155e9c6030831994c4564f198cb02878b 100644 (file)
@@ -1,3 +1,15 @@
+2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * window.c (Fselect_window): Adapt call to Fselect_frame.
+
+       * lisp.h: Update EXFUN of Fselect_frame.
+
+       * keyboard.c (command_loop_1): Adapt call to Fselect_frame.
+
+       * frame.c (do_switch_frame, Fselect_frame): Delete unused arg no_enter.
+       (set-mouse-position, set-mouse-pixel-position, iconify-frame):
+       Adapt to above change.
+
 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
 
        * fns.c (Fmemq, Fmaphash): Doc fixes.
index 4839830b1774353e2abff1b935a63b42ebd27bd6..1f2af6476777dddd00d4ad5dd02059acfc6214ea 100644 (file)
@@ -3234,7 +3234,7 @@ selects the buffer of the selected window before each command.  */)
         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);
+      Fselect_frame (WINDOW_FRAME (w));
     }
   else
     sf->selected_window = window;