diff options
Diffstat (limited to 'src/lisp.h')
| -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 ee055e90699..6be2104ef9e 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2090,7 +2090,7 @@ struct Lisp_Marker | |||
| 2090 | /* For markers that point somewhere, | 2090 | /* For markers that point somewhere, |
| 2091 | this is used to chain of all the markers in a given buffer. */ | 2091 | this is used to chain of all the markers in a given buffer. */ |
| 2092 | /* We could remove it and use an array in buffer_text instead. | 2092 | /* We could remove it and use an array in buffer_text instead. |
| 2093 | That would also allow to preserve it ordered. */ | 2093 | That would also allow us to preserve it ordered. */ |
| 2094 | struct Lisp_Marker *next; | 2094 | struct Lisp_Marker *next; |
| 2095 | /* This is the char position where the marker points. */ | 2095 | /* This is the char position where the marker points. */ |
| 2096 | ptrdiff_t charpos; | 2096 | ptrdiff_t charpos; |