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/dispextern.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/dispextern.h')
| -rw-r--r-- | src/dispextern.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index b0a072f71f8..d60616a9088 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -1956,6 +1956,7 @@ enum it_method { | |||
| 1956 | NUM_IT_METHODS | 1956 | NUM_IT_METHODS |
| 1957 | }; | 1957 | }; |
| 1958 | 1958 | ||
| 1959 | /* FIXME: What is this? Why 5? */ | ||
| 1959 | #define IT_STACK_SIZE 5 | 1960 | #define IT_STACK_SIZE 5 |
| 1960 | 1961 | ||
| 1961 | /* Iterator for composition (both for static and automatic). */ | 1962 | /* Iterator for composition (both for static and automatic). */ |