diff options
| author | Paul Eggert | 2020-01-04 19:12:41 -0800 |
|---|---|---|
| committer | Paul Eggert | 2020-01-04 19:13:23 -0800 |
| commit | 505ed064a090ff544abc1c7b496ebf7658b040ee (patch) | |
| tree | 60470ee7147806003aa02b930f52f9892f520197 /src | |
| parent | 39101173fe7434827e69fb92041fd857a9152509 (diff) | |
| download | emacs-505ed064a090ff544abc1c7b496ebf7658b040ee.tar.gz emacs-505ed064a090ff544abc1c7b496ebf7658b040ee.zip | |
; Some that->than fixes.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 4856a7b13b6..723309a31d7 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -8572,7 +8572,7 @@ compute_stop_pos_backwards (struct it *it) | |||
| 8572 | position before that. This is called when we bump into a stop | 8572 | position before that. This is called when we bump into a stop |
| 8573 | position while reordering bidirectional text. CHARPOS should be | 8573 | position while reordering bidirectional text. CHARPOS should be |
| 8574 | the last previously processed stop_pos (or BEGV/0, if none were | 8574 | the last previously processed stop_pos (or BEGV/0, if none were |
| 8575 | processed yet) whose position is less that IT's current | 8575 | processed yet) whose position is less than IT's current |
| 8576 | position. */ | 8576 | position. */ |
| 8577 | 8577 | ||
| 8578 | static void | 8578 | static void |