diff options
Diffstat (limited to 'src/buffer.h')
| -rw-r--r-- | src/buffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.h b/src/buffer.h index fa4866e8f72..6ac161c1c91 100644 --- a/src/buffer.h +++ b/src/buffer.h | |||
| @@ -1182,7 +1182,7 @@ buffer_has_overlays (void) | |||
| 1182 | 1182 | ||
| 1183 | /* Return character code of multi-byte form at byte position POS. If POS | 1183 | /* Return character code of multi-byte form at byte position POS. If POS |
| 1184 | doesn't point the head of valid multi-byte form, only the byte at | 1184 | doesn't point the head of valid multi-byte form, only the byte at |
| 1185 | POS is returned. No range checking. */ | 1185 | POS is returned. No range checking. */ |
| 1186 | 1186 | ||
| 1187 | INLINE int | 1187 | INLINE int |
| 1188 | FETCH_MULTIBYTE_CHAR (ptrdiff_t pos) | 1188 | FETCH_MULTIBYTE_CHAR (ptrdiff_t pos) |