Mercurial > emacs
diff src/coding.h @ 88848:a55219c46b8c
(code_convert_region): Fix prototype.
| author | Dave Love <fx@gnu.org> |
|---|---|
| date | Tue, 16 Jul 2002 13:57:41 +0000 |
| parents | d429f57602b9 |
| children | 0da59936bc31 |
line wrap: on
line diff
--- a/src/coding.h Tue Jul 16 13:57:00 2002 +0000 +++ b/src/coding.h Tue Jul 16 13:57:41 2002 +0000 @@ -532,7 +532,7 @@ extern int encoding_buffer_size P_ ((struct coding_system *, int)); extern void setup_coding_system P_ ((Lisp_Object, struct coding_system *)); extern void detect_coding P_ ((struct coding_system *)); -extern Lisp_Object code_convert_region P_ ((EMACS_INT, EMACS_INT, +extern Lisp_Object code_convert_region P_ ((Lisp_Object, Lisp_Object, Lisp_Object, Lisp_Object, int, int)); extern Lisp_Object code_convert_string P_ ((Lisp_Object, Lisp_Object,
