]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove bidi_ignore_explicit_marks_for_paragraph_level.
authorEli Zaretskii <eliz@gnu.org>
Sat, 23 Aug 2014 11:02:40 +0000 (14:02 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 23 Aug 2014 11:02:40 +0000 (14:02 +0300)
src/bidi.c

index 30ec1f0a744a3bf8faa64495117f3ca25a0bcb45..379350969ffefe7f897e76ba621aefe1e3b5bdb8 100644 (file)
@@ -260,14 +260,6 @@ typedef enum {
   EXPLICIT_FORMATTING
 } bidi_category_t;
 
-/* UAX#9 says to search only for L, AL, or R types of characters, and
-   ignore RLE, RLO, LRE, and LRO, when determining the base paragraph
-   level.  Yudit indeed ignores them.  This variable is therefore set
-   by default to ignore them, but clearing it will take them into
-   account.  */
-extern bool bidi_ignore_explicit_marks_for_paragraph_level EXTERNALLY_VISIBLE;
-bool bidi_ignore_explicit_marks_for_paragraph_level = 1;
-
 static Lisp_Object paragraph_start_re, paragraph_separate_re;
 static Lisp_Object Qparagraph_start, Qparagraph_separate;