+2007-09-18 Jason Rumney <jasonr@gnu.org>
+
+ * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
+
2007-09-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
* gtkutil.c (gdpy_def): New variable.
return xfocus;
}
-DEFUN ("w32-focus-frame", Fw32_focus_frame, Sw32_focus_frame, 1, 1, 0,
+DEFUN ("x-focus-frame", Fx_focus_frame, Sx_focus_frame, 1, 1, 0,
doc: /* Give FRAME input focus, raising to foreground if necessary. */)
(frame)
Lisp_Object frame;
defsubr (&Sx_close_connection);
defsubr (&Sx_display_list);
defsubr (&Sx_synchronize);
+ defsubr (&Sx_focus_frame);
/* W32 specific functions */
- defsubr (&Sw32_focus_frame);
defsubr (&Sw32_select_font);
defsubr (&Sw32_define_rgb_color);
defsubr (&Sw32_default_color_map);