]> git.eshelyaron.com Git - emacs.git/commit
Avoid assertion violation under visual-order-cursor-movement
authorEli Zaretskii <eliz@gnu.org>
Tue, 13 Mar 2018 16:00:23 +0000 (18:00 +0200)
committerAndrew G Cohen <cohen@andy.bu.edu>
Tue, 11 Dec 2018 06:15:04 +0000 (14:15 +0800)
commit2005a7292c3991f2656cdc3a02b49f684283eb65
tree0275724b7708e13ef288fdf98ccc16fac823ea28
parent3b92c80680bddab2cbd6bf8073e856cbbb81274d
Avoid assertion violation under visual-order-cursor-movement

* src/xdisp.c (Fmove_point_visually): Don't let point exceed the
BEGV..ZV range.  Signal Beginning of buffer error when there's a
before-string at BEGV.  (Bug#30787)
src/xdisp.c