diff options
| author | Eli Zaretskii | 2010-01-01 10:17:13 -0500 |
|---|---|---|
| committer | Eli Zaretskii | 2010-01-01 10:17:13 -0500 |
| commit | ad55bd468c67f4961fc47e6ba0786259b15fe7ff (patch) | |
| tree | 7e3850e8793c44c808d62d8521b8bca2ff8b9b92 /src/dispextern.h | |
| parent | 9443b3c70494e010991a11b3be68e4777559df04 (diff) | |
| download | emacs-ad55bd468c67f4961fc47e6ba0786259b15fe7ff.tar.gz emacs-ad55bd468c67f4961fc47e6ba0786259b15fe7ff.zip | |
This commits the exact copies of files I had before switch to bzr.
Diffstat (limited to 'src/dispextern.h')
| -rw-r--r-- | src/dispextern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 58e6ff91338..510ffe50dab 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -1799,7 +1799,7 @@ struct bidi_it { | |||
| 1799 | bidi_dir_t sor; /* direction of start-of-run in effect */ | 1799 | bidi_dir_t sor; /* direction of start-of-run in effect */ |
| 1800 | int scan_dir; /* direction of text scan */ | 1800 | int scan_dir; /* direction of text scan */ |
| 1801 | int stack_idx; /* index of current data on the stack */ | 1801 | int stack_idx; /* index of current data on the stack */ |
| 1802 | /* Note: Everything from here is not copied/saved when the bidi | 1802 | /* Note: Everything from here on is not copied/saved when the bidi |
| 1803 | iterator state is saved, pushed, or popped. So only put here | 1803 | iterator state is saved, pushed, or popped. So only put here |
| 1804 | stuff that is not part of the bidi iterator's state! */ | 1804 | stuff that is not part of the bidi iterator's state! */ |
| 1805 | struct bidi_stack level_stack[BIDI_MAXLEVEL]; /* stack of embedding levels */ | 1805 | struct bidi_stack level_stack[BIDI_MAXLEVEL]; /* stack of embedding levels */ |