aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/coding.c b/src/coding.c
index 56202e4861d..e42461f52a0 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -8426,9 +8426,6 @@ highest priority. */)
8426 ptrdiff_t from, to; 8426 ptrdiff_t from, to;
8427 ptrdiff_t from_byte, to_byte; 8427 ptrdiff_t from_byte, to_byte;
8428 8428
8429 CHECK_NUMBER_COERCE_MARKER (start);
8430 CHECK_NUMBER_COERCE_MARKER (end);
8431
8432 validate_region (&start, &end); 8429 validate_region (&start, &end);
8433 from = XINT (start), to = XINT (end); 8430 from = XINT (start), to = XINT (end);
8434 from_byte = CHAR_TO_BYTE (from); 8431 from_byte = CHAR_TO_BYTE (from);
@@ -8872,8 +8869,6 @@ code_convert_region (Lisp_Object start, Lisp_Object end,
8872 ptrdiff_t from, from_byte, to, to_byte; 8869 ptrdiff_t from, from_byte, to, to_byte;
8873 Lisp_Object src_object; 8870 Lisp_Object src_object;
8874 8871
8875 CHECK_NUMBER_COERCE_MARKER (start);
8876 CHECK_NUMBER_COERCE_MARKER (end);
8877 if (NILP (coding_system)) 8872 if (NILP (coding_system))
8878 coding_system = Qno_conversion; 8873 coding_system = Qno_conversion;
8879 else 8874 else