# HG changeset patch # User Richard M. Stallman # Date 834440994 0 # Node ID 55f9d648be368066d0fc306ebc00367d4a7b7be7 # Parent ac7e878c5526bccc424a19868d18de16f02cf6ee (Fset_mouse_position): Remove the DOS-specific definition (it's defined on `frame.c'). (syms_of_dosfns): Remove defsubr of `Fset_mouse_position'. diff -r ac7e878c5526 -r 55f9d648be36 src/dosfns.c --- a/src/dosfns.c Mon Jun 10 21:09:04 1996 +0000 +++ b/src/dosfns.c Mon Jun 10 21:09:54 1996 +0000 @@ -165,17 +165,6 @@ return Qnil; } -DEFUN ("set-mouse-position", Fset_mouse_position, Sset_mouse_position, 3, 3, 0, - "Move the mouse pointer to the center of character cell (X,Y) in FRAME.\n\ -WARNING: If you use this under X windows,\n\ -you should call `unfocus-frame' afterwards.") - (frame, x, y) - Lisp_Object frame, x, y; -{ - mouse_moveto (XINT (x), XINT (y)); - return Qnil; -} - /* Function to translate colour names to integers. See lisp/term/pc-win.el for its definition. */ @@ -333,8 +322,6 @@ defsubr (&Smsdos_mouse_disable); #ifndef HAVE_X_WINDOWS defsubr (&Smsdos_mouse_p); - defsubr (&Sset_mouse_position); - Qmsdos_color_translate = intern ("msdos-color-translate"); staticpro (&Qmsdos_color_translate); #endif