Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
fd5b9fa3
Commit
fd5b9fa3
authored
May 11, 2010
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xdisp.c (init_iterator): Fix comment from last change.
parent
8a67c70e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/xdisp.c
src/xdisp.c
+2
-2
No files found.
src/xdisp.c
View file @
fd5b9fa3
...
...
@@ -2699,8 +2699,8 @@ init_iterator (it, w, charpos, bytepos, row, base_face_id)
it->multibyte_p = !NILP (current_buffer->enable_multibyte_characters);
/* Do we need to reorder bidirectional text? Not if this is a
unibyte buffer:
all
single-byte characters
are by definition
strong
L2R
, so no reordering is needed. And bidi.c doesn't
unibyte buffer:
by definition, none of the
single-byte characters
are
strong
R2L
, so no reordering is needed. And bidi.c doesn't
support unibyte buffers anyway. */
it->bidi_p
= !NILP (current_buffer->bidi_display_reordering) && it->multibyte_p;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment