diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index 2cb57821f18..2c4ac62df7c 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -573,7 +573,7 @@ struct interval | |||
| 573 | The first four are duplicates for things which can be on the list, | 573 | The first four are duplicates for things which can be on the list, |
| 574 | for purposes of speed. */ | 574 | for purposes of speed. */ |
| 575 | 575 | ||
| 576 | unsigned int write_protect : 1; /* Non-zero means can't modify. */ | 576 | unsigned int write_protect : 1; /* Non-zero means can't modify. */ |
| 577 | unsigned int visible : 1; /* Zero means don't display. */ | 577 | unsigned int visible : 1; /* Zero means don't display. */ |
| 578 | unsigned int front_sticky : 1; /* Non-zero means text inserted just | 578 | unsigned int front_sticky : 1; /* Non-zero means text inserted just |
| 579 | before this interval goes into it. */ | 579 | before this interval goes into it. */ |