diff options
| author | Kenichi Handa | 2000-12-13 23:29:44 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-12-13 23:29:44 +0000 |
| commit | 984742da9cc44dfac38e5d7ce3eab90aa897c136 (patch) | |
| tree | 4da00fe96c2bd9cc66d6eb45cde6e9be0b8c15b4 /src | |
| parent | 191b83b64c69ae686a06d2f11e254ef946f676eb (diff) | |
| download | emacs-984742da9cc44dfac38e5d7ce3eab90aa897c136.tar.gz emacs-984742da9cc44dfac38e5d7ce3eab90aa897c136.zip | |
(detect_coding_system): Prototype adjusted.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index b93d20a0466..169a004a9d1 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -1931,7 +1931,7 @@ EXFUN (Fread_non_nil_coding_system, 1); | |||
| 1931 | EXFUN (Ffind_operation_coding_system, MANY); | 1931 | EXFUN (Ffind_operation_coding_system, MANY); |
| 1932 | EXFUN (Fencode_coding_string, 3); | 1932 | EXFUN (Fencode_coding_string, 3); |
| 1933 | EXFUN (Fdecode_coding_string, 3); | 1933 | EXFUN (Fdecode_coding_string, 3); |
| 1934 | extern Lisp_Object detect_coding_system P_ ((unsigned char *, int, int)); | 1934 | extern Lisp_Object detect_coding_system P_ ((unsigned char *, int, int, int)); |
| 1935 | Lisp_Object code_convert_string_norecord P_ ((Lisp_Object, Lisp_Object, int)); | 1935 | Lisp_Object code_convert_string_norecord P_ ((Lisp_Object, Lisp_Object, int)); |
| 1936 | extern void init_coding P_ ((void)); | 1936 | extern void init_coding P_ ((void)); |
| 1937 | extern void init_coding_once P_ ((void)); | 1937 | extern void init_coding_once P_ ((void)); |