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 42c4c1306a9..90c15420d1d 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -2261,7 +2261,7 @@ validate_region (register Lisp_Object *b, register Lisp_Object *e)
2261 } 2261 }
2262 2262
2263 if (! (BEGV <= XINT (*b) && XINT (*e) <= ZV)) 2263 if (! (BEGV <= XINT (*b) && XINT (*e) <= ZV))
2264 args_out_of_range (*b, *e); 2264 args_out_of_range_3 (Fcurrent_buffer (), *b, *e);
2265} 2265}
2266 2266
2267/* Advance BYTE_POS up to a character boundary 2267/* Advance BYTE_POS up to a character boundary