aboutsummaryrefslogtreecommitdiffstats
path: root/src/dispextern.h
diff options
context:
space:
mode:
authorStefan Monnier2010-04-20 13:01:39 -0400
committerStefan Monnier2010-04-20 13:01:39 -0400
commitb4bf28b732a4d8d4deaa18f1bc7e2078b8febeec (patch)
tree1150e65ec3df16104f22e433509fa61f25e3e196 /src/dispextern.h
parentcb4f951325583593304626961b9ef30e8eb9ca57 (diff)
downloademacs-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.h1
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). */