aboutsummaryrefslogtreecommitdiffstats
path: root/src/bidi.c
diff options
context:
space:
mode:
authorPaul Eggert2011-04-15 00:48:51 -0700
committerPaul Eggert2011-04-15 00:48:51 -0700
commit4170f62f39edf1ff1e99aec9bfbfe7bbf10e7fc9 (patch)
treee993b231bb5555c9c961f5d0b20d90ac76f77bbd /src/bidi.c
parent1963a2e0bb07cc8dee6d27f972f93d9cfd7c6b2d (diff)
parent49093f601b69d91126aefd328ee8f6bfeb797407 (diff)
downloademacs-4170f62f39edf1ff1e99aec9bfbfe7bbf10e7fc9.tar.gz
emacs-4170f62f39edf1ff1e99aec9bfbfe7bbf10e7fc9.zip
Merge from mainline.
Diffstat (limited to 'src/bidi.c')
-rw-r--r--src/bidi.c2
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
94extern int bidi_ignore_explicit_marks_for_paragraph_level EXTERNALLY_VISIBLE;
94int bidi_ignore_explicit_marks_for_paragraph_level = 1; 95int bidi_ignore_explicit_marks_for_paragraph_level = 1;
95 96
96static Lisp_Object paragraph_start_re, paragraph_separate_re; 97static 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. */
1783void bidi_dump_cached_states (void) EXTERNALLY_VISIBLE;
1782void 1784void
1783bidi_dump_cached_states (void) 1785bidi_dump_cached_states (void)
1784{ 1786{