Mercurial > emacs
changeset 90156:26485da86a22
(Fcoding_system_base, Fcoding_system_eol_type)
(Fcheck_coding_system): Add declarations.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 28 Apr 2005 04:55:48 +0000 |
parents | ce46494c19e9 |
children | a1ee5124bb20 |
files | src/lisp.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lisp.h Thu Apr 28 04:53:00 2005 +0000 +++ b/src/lisp.h Thu Apr 28 04:55:48 2005 +0000 @@ -2234,6 +2234,9 @@ /* Defined in coding.c */ EXFUN (Fcoding_system_p, 1); +EXFUN (Fcoding_system_base, 1); +EXFUN (Fcoding_system_eol_type, 1); +EXFUN (Fcheck_coding_system, 1); EXFUN (Fcheck_coding_system, 1); EXFUN (Fread_coding_system, 2); EXFUN (Fread_non_nil_coding_system, 1);