diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index ca589dd46f7..bedd10bc33e 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -1618,6 +1618,7 @@ command_loop_1 (void) | |||
| 1618 | finalize: | 1618 | finalize: |
| 1619 | 1619 | ||
| 1620 | if (current_buffer == prev_buffer | 1620 | if (current_buffer == prev_buffer |
| 1621 | && XBUFFER (XWINDOW (selected_window)->contents) == current_buffer | ||
| 1621 | && last_point_position != PT | 1622 | && last_point_position != PT |
| 1622 | && NILP (Vdisable_point_adjustment) | 1623 | && NILP (Vdisable_point_adjustment) |
| 1623 | && NILP (Vglobal_disable_point_adjustment)) | 1624 | && NILP (Vglobal_disable_point_adjustment)) |