aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.h')
-rw-r--r--src/coding.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.h b/src/coding.h
index 25b38caa37f..b9e5d8208a8 100644
--- a/src/coding.h
+++ b/src/coding.h
@@ -532,7 +532,7 @@ extern int decoding_buffer_size P_ ((struct coding_system *, int));
532extern int encoding_buffer_size P_ ((struct coding_system *, int)); 532extern int encoding_buffer_size P_ ((struct coding_system *, int));
533extern void setup_coding_system P_ ((Lisp_Object, struct coding_system *)); 533extern void setup_coding_system P_ ((Lisp_Object, struct coding_system *));
534extern void detect_coding P_ ((struct coding_system *)); 534extern void detect_coding P_ ((struct coding_system *));
535extern Lisp_Object code_convert_region P_ ((EMACS_INT, EMACS_INT, 535extern Lisp_Object code_convert_region P_ ((Lisp_Object, Lisp_Object,
536 Lisp_Object, Lisp_Object, 536 Lisp_Object, Lisp_Object,
537 int, int)); 537 int, int));
538extern Lisp_Object code_convert_string P_ ((Lisp_Object, Lisp_Object, 538extern Lisp_Object code_convert_string P_ ((Lisp_Object, Lisp_Object,