aboutsummaryrefslogtreecommitdiffstats
path: root/src/bidi.c
diff options
context:
space:
mode:
authorPaul Eggert2011-10-13 08:23:32 -0700
committerPaul Eggert2011-10-13 08:23:32 -0700
commitef0f0304040ee5e0ba503baa77109c99ce54e367 (patch)
treecf9959c2078d01cf23cde7923f306c59676a46a2 /src/bidi.c
parent7ebd31ee0740d85527a498100d1f14dad5e0350f (diff)
parent81d40c920807279ccc0dae0aca46c8291755c66d (diff)
downloademacs-ef0f0304040ee5e0ba503baa77109c99ce54e367.tar.gz
emacs-ef0f0304040ee5e0ba503baa77109c99ce54e367.zip
Merge from trunk.
Diffstat (limited to 'src/bidi.c')
-rw-r--r--src/bidi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bidi.c b/src/bidi.c
index e4965ed59ac..c6d7db96576 100644
--- a/src/bidi.c
+++ b/src/bidi.c
@@ -808,7 +808,6 @@ bidi_init_it (ptrdiff_t charpos, ptrdiff_t bytepos, int frame_window_p,
808 bidi_it->nchars = -1; /* to be computed in bidi_resolve_explicit_1 */ 808 bidi_it->nchars = -1; /* to be computed in bidi_resolve_explicit_1 */
809 bidi_it->first_elt = 1; 809 bidi_it->first_elt = 1;
810 bidi_set_paragraph_end (bidi_it); 810 bidi_set_paragraph_end (bidi_it);
811 bidi_it->paragraph_dir = NEUTRAL_DIR;
812 bidi_it->new_paragraph = 1; 811 bidi_it->new_paragraph = 1;
813 bidi_it->separator_limit = -1; 812 bidi_it->separator_limit = -1;
814 bidi_it->type = NEUTRAL_B; 813 bidi_it->type = NEUTRAL_B;