aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 453ea838902..8fdd094a20d 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -2038,7 +2038,7 @@ validate_region (register Lisp_Object *b, register Lisp_Object *e)
2038/* Advance BYTE_POS up to a character boundary 2038/* Advance BYTE_POS up to a character boundary
2039 and return the adjusted position. */ 2039 and return the adjusted position. */
2040 2040
2041static int 2041static EMACS_INT
2042advance_to_char_boundary (EMACS_INT byte_pos) 2042advance_to_char_boundary (EMACS_INT byte_pos)
2043{ 2043{
2044 int c; 2044 int c;