diff src/w32fns.c @ 84630:4197a953442f

(Fx_focus_frame): Rename from Fw32_focus_frame.
author Jason Rumney <jasonr@gnu.org>
date Tue, 18 Sep 2007 22:14:50 +0000
parents f65f55d787ec
children 5039706521c9
line wrap: on
line diff
--- 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);