diff options
Diffstat (limited to 'src/buffer.h')
| -rw-r--r-- | src/buffer.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/buffer.h b/src/buffer.h index b750e490078..d03152abd85 100644 --- a/src/buffer.h +++ b/src/buffer.h | |||
| @@ -679,9 +679,6 @@ struct buffer | |||
| 679 | /* Non-nil means reorder bidirectional text for display in the | 679 | /* Non-nil means reorder bidirectional text for display in the |
| 680 | visual order. */ | 680 | visual order. */ |
| 681 | Lisp_Object bidi_display_reordering; | 681 | Lisp_Object bidi_display_reordering; |
| 682 | /* Non-nil means set beginning of lines at the right edge of | ||
| 683 | windows. */ | ||
| 684 | Lisp_Object direction_reversed; | ||
| 685 | /* If non-nil, specifies which direction of text to force in all the | 682 | /* If non-nil, specifies which direction of text to force in all the |
| 686 | paragraphs of the buffer. Nil means determine paragraph | 683 | paragraphs of the buffer. Nil means determine paragraph |
| 687 | direction dynamically for each paragraph. */ | 684 | direction dynamically for each paragraph. */ |