]> git.eshelyaron.com Git - emacs.git/commit
Fix bidi reordering of sequence of whitespace characters before a TAB
authorEli Zaretskii <eliz@gnu.org>
Sat, 4 Feb 2023 11:34:42 +0000 (13:34 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 4 Feb 2023 11:34:42 +0000 (13:34 +0200)
commit1a123feb1815d6a2ee4ba6abb747fb62fd8b9e0f
treed6a8531ffc9a16fd30cd3424715a97d22dfc8b05
parent8870b54db995e4e8fc6ecfcdd85c4b0e6545dd29
Fix bidi reordering of sequence of whitespace characters before a TAB

* src/bidi.c (bidi_level_of_next_char): Test the current level
only for characters whose original type is BN.  (Bug#61269)
src/bidi.c