diff options
| author | Dan Nicolaescu | 2007-06-04 05:58:18 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2007-06-04 05:58:18 +0000 |
| commit | d17cf4eb2024cf54e4a216312184665094ee3df4 (patch) | |
| tree | 75b3c1dda3a2f53d49c30de5ce11299f40f163c8 /src/ChangeLog.multi-tty | |
| parent | 88acaaf20b2fd0af64eea1b5d4f8fa8227c32e86 (diff) | |
| download | emacs-d17cf4eb2024cf54e4a216312184665094ee3df4.tar.gz emacs-d17cf4eb2024cf54e4a216312184665094ee3df4.zip | |
(x_handle_selection_clear): Only access
terminal->kboard when MULTI_KBOARD is defined.
Diffstat (limited to 'src/ChangeLog.multi-tty')
| -rw-r--r-- | src/ChangeLog.multi-tty | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog.multi-tty b/src/ChangeLog.multi-tty index fc23d818ba5..eb455157034 100644 --- a/src/ChangeLog.multi-tty +++ b/src/ChangeLog.multi-tty | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2007-06-03 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2007-06-03 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | * xselect.c (x_handle_selection_clear): Only access | ||
| 4 | terminal->kboard when MULTI_KBOARD is defined. | ||
| 5 | |||
| 3 | * term.c (init_tty): Use terminal specific mouse_position_hook. | 6 | * term.c (init_tty): Use terminal specific mouse_position_hook. |
| 4 | 7 | ||
| 5 | * macterm.c (mac_create_terminal): Indent and rearrange to be more | 8 | * macterm.c (mac_create_terminal): Indent and rearrange to be more |