diff options
| author | Karl Heuer | 1995-12-19 21:10:33 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-12-19 21:10:33 +0000 |
| commit | 53588795b102283a55261a4db18c99faaa0e63e4 (patch) | |
| tree | ed92f04d3f464ba8dd244fdc01acbff346bbc310 | |
| parent | 2eb271bec46b69ab656d147add4c5dceab1fb68f (diff) | |
| download | emacs-53588795b102283a55261a4db18c99faaa0e63e4.tar.gz emacs-53588795b102283a55261a4db18c99faaa0e63e4.zip | |
[!MULTI_FRAME] (syms_of_frame): Make mouse-pixel-position
a synonym for mouse-position, for the benefit of lisp packages
that use it.
| -rw-r--r-- | src/frame.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frame.c b/src/frame.c index 173f84e1cd1..33bb571fe95 100644 --- a/src/frame.c +++ b/src/frame.c | |||
| @@ -2463,6 +2463,7 @@ syms_of_frame () | |||
| 2463 | defsubr (&Sframe_width); | 2463 | defsubr (&Sframe_width); |
| 2464 | Ffset (intern ("screen-width"), intern ("frame-width")); | 2464 | Ffset (intern ("screen-width"), intern ("frame-width")); |
| 2465 | defsubr (&Smouse_position); | 2465 | defsubr (&Smouse_position); |
| 2466 | Ffset (intern ("mouse-pixel-position"), intern ("mouse-position")); | ||
| 2466 | defsubr (&Sframe_parameters); | 2467 | defsubr (&Sframe_parameters); |
| 2467 | defsubr (&Smodify_frame_parameters); | 2468 | defsubr (&Smodify_frame_parameters); |
| 2468 | defsubr (&Sframe_live_p); | 2469 | defsubr (&Sframe_live_p); |