diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-08-05 16:35:10 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-08-05 16:35:10 -0700 |
commit | 458bfed397af18e460d01b888d1da095b6b95034 (patch) | |
tree | 6f3933c2deab13b0df064d87e7b6fa25d835cfcb /src/dispnew.c | |
parent | 0e51f7172bd1ab8b9c1bb52598afb5017e19b9c3 (diff) | |
parent | 4640dd881c07162a6120ccb3b117b748badf78c9 (diff) | |
download | emacs-458bfed397af18e460d01b888d1da095b6b95034.tar.gz |
Merge from trunk.
Diffstat (limited to 'src/dispnew.c')
-rw-r--r-- | src/dispnew.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c index fde9be6bf5c..5fedbb75a3a 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -5289,7 +5289,7 @@ buffer_posn_from_coords (struct window *w, int *x, int *y, struct display_pos *p argument is ZV to prevent move_it_in_display_line from matching based on buffer positions. */ move_it_in_display_line (&it, ZV, to_x, MOVE_TO_X); - bidi_unshelve_cache (itdata); + bidi_unshelve_cache (itdata, 0); Fset_buffer (old_current_buffer); |