aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/bidi.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/bidi.c b/src/bidi.c
index 30ec1f0a744..379350969ff 100644
--- a/src/bidi.c
+++ b/src/bidi.c
@@ -260,14 +260,6 @@ typedef enum {
260 EXPLICIT_FORMATTING 260 EXPLICIT_FORMATTING
261} bidi_category_t; 261} bidi_category_t;
262 262
263/* UAX#9 says to search only for L, AL, or R types of characters, and
264 ignore RLE, RLO, LRE, and LRO, when determining the base paragraph
265 level. Yudit indeed ignores them. This variable is therefore set
266 by default to ignore them, but clearing it will take them into
267 account. */
268extern bool bidi_ignore_explicit_marks_for_paragraph_level EXTERNALLY_VISIBLE;
269bool bidi_ignore_explicit_marks_for_paragraph_level = 1;
270
271static Lisp_Object paragraph_start_re, paragraph_separate_re; 263static Lisp_Object paragraph_start_re, paragraph_separate_re;
272static Lisp_Object Qparagraph_start, Qparagraph_separate; 264static Lisp_Object Qparagraph_start, Qparagraph_separate;
273 265