diff options
| author | Stefan Monnier | 2010-04-20 13:01:39 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2010-04-20 13:01:39 -0400 |
| commit | b4bf28b732a4d8d4deaa18f1bc7e2078b8febeec (patch) | |
| tree | 1150e65ec3df16104f22e433509fa61f25e3e196 /src/buffer.h | |
| parent | cb4f951325583593304626961b9ef30e8eb9ca57 (diff) | |
| download | emacs-b4bf28b732a4d8d4deaa18f1bc7e2078b8febeec.tar.gz emacs-b4bf28b732a4d8d4deaa18f1bc7e2078b8febeec.zip | |
* buffer.h (struct buffer): Remove unused var `direction_reversed'.
* buffer.c (init_buffer_once, syms_of_buffer): Remove its initialization.
* bidi.c (bidi_initialize): Simplify fallback_paragraph_*_re init.
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. */ |