# HG changeset patch # User Jason Rumney # Date 1190153690 0 # Node ID 4197a953442f0260bde00929832b1a84c77d42b7 # Parent 8431de0e80567d59bdaa39ffc2eff2fd4bda477d (Fx_focus_frame): Rename from Fw32_focus_frame. diff -r 8431de0e8056 -r 4197a953442f src/w32fns.c --- a/src/w32fns.c Tue Sep 18 01:31:07 2007 +0000 +++ b/src/w32fns.c Tue Sep 18 22:14:50 2007 +0000 @@ -4488,7 +4488,7 @@ 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; @@ -9023,10 +9023,10 @@ 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);