diff options
| author | Richard M. Stallman | 1996-06-10 21:09:54 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-06-10 21:09:54 +0000 |
| commit | 7b71f5ebfe1c1c38a9c59cf3f62361e1998af7d5 (patch) | |
| tree | d855ca3912339b3c88b41133e39e9375f8321ba7 /src | |
| parent | 541580aaf25d301de9d4bdd7c094c81550f245fc (diff) | |
| download | emacs-7b71f5ebfe1c1c38a9c59cf3f62361e1998af7d5.tar.gz emacs-7b71f5ebfe1c1c38a9c59cf3f62361e1998af7d5.zip | |
(Fset_mouse_position): Remove the DOS-specific
definition (it's defined on `frame.c').
(syms_of_dosfns): Remove defsubr of `Fset_mouse_position'.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dosfns.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/dosfns.c b/src/dosfns.c index d66912f2363..9fc6f2ab4f9 100644 --- a/src/dosfns.c +++ b/src/dosfns.c | |||
| @@ -165,17 +165,6 @@ Report whether a mouse is present.") | |||
| 165 | return Qnil; | 165 | return Qnil; |
| 166 | } | 166 | } |
| 167 | 167 | ||
| 168 | DEFUN ("set-mouse-position", Fset_mouse_position, Sset_mouse_position, 3, 3, 0, | ||
| 169 | "Move the mouse pointer to the center of character cell (X,Y) in FRAME.\n\ | ||
| 170 | WARNING: If you use this under X windows,\n\ | ||
| 171 | you should call `unfocus-frame' afterwards.") | ||
| 172 | (frame, x, y) | ||
| 173 | Lisp_Object frame, x, y; | ||
| 174 | { | ||
| 175 | mouse_moveto (XINT (x), XINT (y)); | ||
| 176 | return Qnil; | ||
| 177 | } | ||
| 178 | |||
| 179 | /* Function to translate colour names to integers. See lisp/term/pc-win.el | 168 | /* Function to translate colour names to integers. See lisp/term/pc-win.el |
| 180 | for its definition. */ | 169 | for its definition. */ |
| 181 | 170 | ||
| @@ -333,8 +322,6 @@ syms_of_dosfns () | |||
| 333 | defsubr (&Smsdos_mouse_disable); | 322 | defsubr (&Smsdos_mouse_disable); |
| 334 | #ifndef HAVE_X_WINDOWS | 323 | #ifndef HAVE_X_WINDOWS |
| 335 | defsubr (&Smsdos_mouse_p); | 324 | defsubr (&Smsdos_mouse_p); |
| 336 | defsubr (&Sset_mouse_position); | ||
| 337 | |||
| 338 | Qmsdos_color_translate = intern ("msdos-color-translate"); | 325 | Qmsdos_color_translate = intern ("msdos-color-translate"); |
| 339 | staticpro (&Qmsdos_color_translate); | 326 | staticpro (&Qmsdos_color_translate); |
| 340 | #endif | 327 | #endif |