mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-21 12:03:55 -08:00
; * src/indent.c (Fvertical_motion): Fix last change. (Bug#80223)
This commit is contained in:
parent
cb7a3f4e89
commit
1e080e2ecc
1 changed files with 1 additions and 0 deletions
|
|
@ -2509,6 +2509,7 @@ buffer, whether or not it is currently displayed in some window. */)
|
|||
/* Start at beginning of line if inside an overlay string, to
|
||||
avoid becoming stuck at the beginning of the overlay string. */
|
||||
if (it.continuation_lines_width <= 0 /* not in continuation line */
|
||||
&& it.hpos > 0 /* and not at BOL */
|
||||
&& it.method == GET_FROM_STRING && !NILP (it.from_overlay))
|
||||
reseat_at_previous_visible_line_start(&it);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue