diff options
| author | Eli Zaretskii | 2010-01-01 06:57:39 -0500 |
|---|---|---|
| committer | Eli Zaretskii | 2010-01-01 06:57:39 -0500 |
| commit | 6c0cf21816887c8ea25c87bc526219752cf10a09 (patch) | |
| tree | 0dae82da36b419688319cbfb7242d5aead061e7b /src/buffer.h | |
| parent | 21fce5ab3669283e27cf8ec68905ea8778a73933 (diff) | |
| download | emacs-6c0cf21816887c8ea25c87bc526219752cf10a09.tar.gz emacs-6c0cf21816887c8ea25c87bc526219752cf10a09.zip | |
Retrospective commit from 2009-11-14.
Resurrect support for integer values of `cursor' property.
Rename paragraph-direction to bidi-paragraph-direction.
xdisp.c (init_iterator, text_outside_line_unchanged_p)
(try_window_id): Rename paragraph_direction to
bidi_paragraph_direction.
(set_cursor_from_row): Handle integer values of `cursor' property
on display strings.
buffer.c (init_buffer_once, syms_of_buffer): Rename
paragraph_direction to bidi_paragraph_direction.
buffer.h (struct buffer): Rename paragraph_direction to
bidi_paragraph_direction.
Diffstat (limited to 'src/buffer.h')
| -rw-r--r-- | src/buffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.h b/src/buffer.h index b3f131a46c1..3b6ff0e8bfb 100644 --- a/src/buffer.h +++ b/src/buffer.h | |||
| @@ -667,7 +667,7 @@ struct buffer | |||
| 667 | /* If non-nil, specifies which direction of text to force in all the | 667 | /* If non-nil, specifies which direction of text to force in all the |
| 668 | paragraphs of the buffer. Nil means determine paragraph | 668 | paragraphs of the buffer. Nil means determine paragraph |
| 669 | direction dynamically for each paragraph. */ | 669 | direction dynamically for each paragraph. */ |
| 670 | Lisp_Object paragraph_direction; | 670 | Lisp_Object bidi_paragraph_direction; |
| 671 | /* Non-nil means do selective display; | 671 | /* Non-nil means do selective display; |
| 672 | see doc string in syms_of_buffer (buffer.c) for details. */ | 672 | see doc string in syms_of_buffer (buffer.c) for details. */ |
| 673 | Lisp_Object selective_display; | 673 | Lisp_Object selective_display; |