Mercurial > emacs
changeset 88848:a55219c46b8c
(code_convert_region): Fix prototype.
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 16 Jul 2002 13:57:41 +0000 |
parents | 1538d056ea25 |
children | 57897041678c |
files | src/coding.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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,