`end-of-visual-line' is bugged somehow:
This code sometimes produces (point) < beg:
(goto-char beg)
(save-excursion
(end-of-visual-line)
(point))
which should never happen.
Re #179
master
parent
0f5e99b5e9
commit
c911850a45
1 changed files with 4 additions and 0 deletions
Loading…
Reference in new issue