Mercurial > emacs
changeset 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 | 8431de0e8056 |
children | 9ef5fe7bc4ab |
files | src/w32fns.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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);