diff options
| author | Dan Nicolaescu | 2007-06-04 02:16:32 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2007-06-04 02:16:32 +0000 |
| commit | 88acaaf20b2fd0af64eea1b5d4f8fa8227c32e86 (patch) | |
| tree | c87acbf5ad6c808ce999cb4cf0c576b0a0318376 /src/term.c | |
| parent | 34c6724464237db4bfd5b3fa57e8b0f66a92f618 (diff) | |
| download | emacs-88acaaf20b2fd0af64eea1b5d4f8fa8227c32e86.tar.gz emacs-88acaaf20b2fd0af64eea1b5d4f8fa8227c32e86.zip | |
* term.c (init_tty): Use terminal specific mouse_position_hook.
* macterm.c (mac_create_terminal): Indent and rearrange to be more
similar to the X11 version.
* config.in: Disable multi-keyboard support on a mac.
* loadup.el: Use a better feature test on a mac.
Diffstat (limited to 'src/term.c')
| -rw-r--r-- | src/term.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c index f6b9306dc6b..3a7490a2a30 100644 --- a/src/term.c +++ b/src/term.c | |||
| @@ -3269,7 +3269,7 @@ init_tty (char *name, char *terminal_type, int must_succeed) | |||
| 3269 | encode_terminal_bufsize = 0; | 3269 | encode_terminal_bufsize = 0; |
| 3270 | 3270 | ||
| 3271 | #ifdef HAVE_GPM | 3271 | #ifdef HAVE_GPM |
| 3272 | mouse_position_hook = term_mouse_position; | 3272 | terminal->mouse_position_hook = term_mouse_position; |
| 3273 | Qmouse_face_window = Qnil; | 3273 | Qmouse_face_window = Qnil; |
| 3274 | #endif | 3274 | #endif |
| 3275 | 3275 | ||