summaryrefslogtreecommitdiff
path: root/src/dispnew.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-08-05 16:35:10 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2011-08-05 16:35:10 -0700
commit458bfed397af18e460d01b888d1da095b6b95034 (patch)
tree6f3933c2deab13b0df064d87e7b6fa25d835cfcb /src/dispnew.c
parent0e51f7172bd1ab8b9c1bb52598afb5017e19b9c3 (diff)
parent4640dd881c07162a6120ccb3b117b748badf78c9 (diff)
downloademacs-458bfed397af18e460d01b888d1da095b6b95034.tar.gz
Merge from trunk.
Diffstat (limited to 'src/dispnew.c')
-rw-r--r--src/dispnew.c2
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);