diff options
| author | Kenichi Handa | 1998-07-21 01:42:40 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1998-07-21 01:42:40 +0000 |
| commit | 85ef85ae0adef5d6b74d806bbe0fb1b3d13715ed (patch) | |
| tree | 2646ae3a31ed2cd1128d35979df6270c3d7060be /src | |
| parent | 6d74c3aa20d748280a659e5e344eaeac2193a63e (diff) | |
| download | emacs-85ef85ae0adef5d6b74d806bbe0fb1b3d13715ed.tar.gz emacs-85ef85ae0adef5d6b74d806bbe0fb1b3d13715ed.zip | |
(init_coding): Extern it.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h index fc126bbe1be..02e0770209c 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -1661,6 +1661,7 @@ EXFUN (Ffind_operation_coding_system, MANY); | |||
| 1661 | EXFUN (Fencode_coding_string, 3); | 1661 | EXFUN (Fencode_coding_string, 3); |
| 1662 | EXFUN (Fdecode_coding_string, 3); | 1662 | EXFUN (Fdecode_coding_string, 3); |
| 1663 | extern Lisp_Object detect_coding_system P_ ((unsigned char *, int, int)); | 1663 | extern Lisp_Object detect_coding_system P_ ((unsigned char *, int, int)); |
| 1664 | extern void init_coding P_ ((void)); | ||
| 1664 | extern void init_coding_once P_ ((void)); | 1665 | extern void init_coding_once P_ ((void)); |
| 1665 | extern void syms_of_coding P_ ((void)); | 1666 | extern void syms_of_coding P_ ((void)); |
| 1666 | 1667 | ||