Mercurial > emacs
comparison src/buffer.h @ 107602:d44bdcba4457
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.
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Fri, 01 Jan 2010 06:57:39 -0500 |
| parents | 866e76f8ad75 |
| children | c5f9e4613394 |
comparison
equal
deleted
inserted
replaced
| 107601:ee023eee6207 | 107602:d44bdcba4457 |
|---|---|
| 665 windows. */ | 665 windows. */ |
| 666 Lisp_Object direction_reversed; | 666 Lisp_Object direction_reversed; |
| 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; |
| 674 #ifndef old | 674 #ifndef old |
| 675 /* Non-nil means show ... at end of line followed by invisible lines. */ | 675 /* Non-nil means show ... at end of line followed by invisible lines. */ |
