Fix bug #17777 with keyboard macros and visual-order cursor movement.
authorEli Zaretskii <eliz@gnu.org>
Sat, 14 Jun 2014 11:09:10 +0000 (14:09 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 14 Jun 2014 11:09:10 +0000 (14:09 +0300)
commit59579a97d870807c635292178a2697f20d8720bd
tree0a8cca4e913e6fea710a7f697703347b8a76caab
parent5be5f2854a9105e65679ef6af87f4ebb490e9961
Fix bug #17777 with keyboard macros and visual-order cursor movement.

 src/xdisp.c (Fmove_point_visually): Don't use the glyph matrix
 information if we are in the middle of executing a keyboard macro,
 since redisplay doesn't update the screen until the macro is
 finished.
src/ChangeLog
src/xdisp.c