diff options
author | Eli Zaretskii <eliz@gnu.org> | 2010-08-14 13:59:55 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2010-08-14 13:59:55 +0300 |
commit | 5872c762ed0f6123bc1c45168c0695fcd2e94948 (patch) | |
tree | 8ef950275f000437d49b3b3a9deb47aa3d8dae5d /src/bidi.c | |
parent | f5a62bb4a36e413f9f9eb8f30e932b0919eeceaf (diff) | |
download | emacs-5872c762ed0f6123bc1c45168c0695fcd2e94948.tar.gz emacs-5872c762ed0f6123bc1c45168c0695fcd2e94948.tar.bz2 emacs-5872c762ed0f6123bc1c45168c0695fcd2e94948.zip |
Fix current-bidi-paragraph-direction within whitespace chars.
xdisp.c (Fcurrent_bidi_paragraph_direction): Fix paragraph
direction when point is inside a run of whitespace characters.
bidi.c (bidi_at_paragraph_end): Remove obsolete comment.
Diffstat (limited to 'src/bidi.c')
-rw-r--r-- | src/bidi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bidi.c b/src/bidi.c index b31de597688..112d9b08b23 100644 --- a/src/bidi.c +++ b/src/bidi.c @@ -497,7 +497,6 @@ bidi_peek_at_next_level (struct bidi_it *bidi_it) static EMACS_INT bidi_at_paragraph_end (EMACS_INT charpos, EMACS_INT bytepos) { - /* FIXME: Why Fbuffer_local_value rather than just Fsymbol_value? */ Lisp_Object sep_re; Lisp_Object start_re; EMACS_INT val; |