diff options
| author | Joakim Verona | 2012-12-14 21:12:14 +0100 |
|---|---|---|
| committer | Joakim Verona | 2012-12-14 21:12:14 +0100 |
| commit | 0872f5e617a91c213e0218affdefaeac93a970f9 (patch) | |
| tree | d5a221919f02cf47717bac9901ece164796a09a3 /src | |
| parent | b29dde6b4e5a34b41c3fb6f5ea6890a2ad109e7b (diff) | |
| parent | cccaebd24d257278c31493e10a7a837ddb12fc4f (diff) | |
| download | emacs-0872f5e617a91c213e0218affdefaeac93a970f9.tar.gz emacs-0872f5e617a91c213e0218affdefaeac93a970f9.zip | |
auto upstream
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/dispnew.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d29988b39ba..960e4e52c59 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -10687,7 +10687,7 @@ | |||
| 10687 | 2012-05-09 Michael Albinus <michael.albinus@gmx.de> | 10687 | 2012-05-09 Michael Albinus <michael.albinus@gmx.de> |
| 10688 | 10688 | ||
| 10689 | * dbusbind.c (xd_registered_buses): New internal Lisp object. | 10689 | * dbusbind.c (xd_registered_buses): New internal Lisp object. |
| 10690 | Rename all occurences of Vdbus_registered_buses to xd_registered_buses. | 10690 | Rename all occurrences of Vdbus_registered_buses to xd_registered_buses. |
| 10691 | (syms_of_dbusbind): Remove declaration of Vdbus_registered_buses. | 10691 | (syms_of_dbusbind): Remove declaration of Vdbus_registered_buses. |
| 10692 | Initialize xd_registered_buses. | 10692 | Initialize xd_registered_buses. |
| 10693 | 10693 | ||
diff --git a/src/dispnew.c b/src/dispnew.c index 89ee09a8432..27a5d2ae113 100644 --- a/src/dispnew.c +++ b/src/dispnew.c | |||
| @@ -4022,7 +4022,7 @@ set_window_cursor_after_update (struct window *w) | |||
| 4022 | } | 4022 | } |
| 4023 | 4023 | ||
| 4024 | /* Window cursor can be out of sync for horizontally split windows. | 4024 | /* Window cursor can be out of sync for horizontally split windows. |
| 4025 | Horisontal position is -1 when cursor is on the left fringe. */ | 4025 | Horizontal position is -1 when cursor is on the left fringe. */ |
| 4026 | hpos = clip_to_bounds (-1, hpos, w->current_matrix->matrix_w - 1); | 4026 | hpos = clip_to_bounds (-1, hpos, w->current_matrix->matrix_w - 1); |
| 4027 | vpos = clip_to_bounds (0, vpos, w->current_matrix->nrows - 1); | 4027 | vpos = clip_to_bounds (0, vpos, w->current_matrix->nrows - 1); |
| 4028 | rif->cursor_to (vpos, hpos, cy, cx); | 4028 | rif->cursor_to (vpos, hpos, cy, cx); |