]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fx_focus_frame): Rename from Fw32_focus_frame.
authorJason Rumney <jasonr@gnu.org>
Tue, 18 Sep 2007 22:15:06 +0000 (22:15 +0000)
committerJason Rumney <jasonr@gnu.org>
Tue, 18 Sep 2007 22:15:06 +0000 (22:15 +0000)
src/ChangeLog
src/w32fns.c

index 4ad6b4b7264c31625e550c672c89b4ddf4e225bd..c1e0f990e04dd05a361a54f8f7bb1a26f04aa759 100644 (file)
@@ -1,3 +1,7 @@
+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.
index aeb4183393b4f3dfe858626f41d9353a82e66208..f4637be249b988697704bfcfd240ef7baeedf3ad 100644 (file)
@@ -4488,7 +4488,7 @@ x_get_focus_frame (frame)
   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 @@ versions of Windows) characters.  */);
   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);