diff options
Diffstat (limited to 'src/bidi.c')
| -rw-r--r-- | src/bidi.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bidi.c b/src/bidi.c index 3457e177436..447abb48469 100644 --- a/src/bidi.c +++ b/src/bidi.c | |||
| @@ -91,6 +91,7 @@ typedef enum { | |||
| 91 | STRONG | 91 | STRONG |
| 92 | } bidi_category_t; | 92 | } bidi_category_t; |
| 93 | 93 | ||
| 94 | extern int bidi_ignore_explicit_marks_for_paragraph_level EXTERNALLY_VISIBLE; | ||
| 94 | int bidi_ignore_explicit_marks_for_paragraph_level = 1; | 95 | int bidi_ignore_explicit_marks_for_paragraph_level = 1; |
| 95 | 96 | ||
| 96 | static Lisp_Object paragraph_start_re, paragraph_separate_re; | 97 | static Lisp_Object paragraph_start_re, paragraph_separate_re; |
| @@ -1779,6 +1780,7 @@ bidi_move_to_visually_next (struct bidi_it *bidi_it) | |||
| 1779 | 1780 | ||
| 1780 | /* This is meant to be called from within the debugger, whenever you | 1781 | /* This is meant to be called from within the debugger, whenever you |
| 1781 | wish to examine the cache contents. */ | 1782 | wish to examine the cache contents. */ |
| 1783 | void bidi_dump_cached_states (void) EXTERNALLY_VISIBLE; | ||
| 1782 | void | 1784 | void |
| 1783 | bidi_dump_cached_states (void) | 1785 | bidi_dump_cached_states (void) |
| 1784 | { | 1786 | { |