Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8264569d
Commit
8264569d
authored
Jun 04, 2011
by
Eli Zaretskii
Browse files
src/bidi.c (bidi_level_of_next_char): Fix last change.
parent
5993c059
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/bidi.c
src/bidi.c
+1
-1
No files found.
src/ChangeLog
View file @
8264569d
2011-06-04 Eli Zaretskii <eliz@gnu.org>
* bidi.c (bidi_level_of_next_char): Fix last change.
2011-06-03 Eli Zaretskii <eliz@gnu.org>
Support bidi reordering of text covered by display properties.
...
...
src/bidi.c
View file @
8264569d
...
...
@@ -1647,7 +1647,7 @@ bidi_level_of_next_char (struct bidi_it *bidi_it)
&&
bidi_it
->
next_for_ws
.
type
==
UNKNOWN_BT
)
{
int
ch
;
int
clen
=
bidi_it
->
ch_len
;
EMACS_INT
clen
=
bidi_it
->
ch_len
;
EMACS_INT
bpos
=
bidi_it
->
bytepos
;
EMACS_INT
cpos
=
bidi_it
->
charpos
;
EMACS_INT
disp_pos
=
bidi_it
->
disp_pos
;
...
...
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