diff options
| author | Paul Eggert | 2011-04-15 00:48:51 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-15 00:48:51 -0700 |
| commit | 4170f62f39edf1ff1e99aec9bfbfe7bbf10e7fc9 (patch) | |
| tree | e993b231bb5555c9c961f5d0b20d90ac76f77bbd /src/bidi.c | |
| parent | 1963a2e0bb07cc8dee6d27f972f93d9cfd7c6b2d (diff) | |
| parent | 49093f601b69d91126aefd328ee8f6bfeb797407 (diff) | |
| download | emacs-4170f62f39edf1ff1e99aec9bfbfe7bbf10e7fc9.tar.gz emacs-4170f62f39edf1ff1e99aec9bfbfe7bbf10e7fc9.zip | |
Merge from mainline.
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 | { |