Mercurial > hg > xemacs-beta
comparison src/file-coding.c @ 400:a86b2b5e0111 r21-2-30
Import from CVS: tag r21-2-30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:14:34 +0200 |
parents | 74fd4e045ea6 |
children | 2f8bb876ab1d |
comparison
equal
deleted
inserted
replaced
399:376370fb5946 | 400:a86b2b5e0111 |
---|---|
5555 /************************************************************************/ | 5555 /************************************************************************/ |
5556 | 5556 |
5557 void | 5557 void |
5558 syms_of_file_coding (void) | 5558 syms_of_file_coding (void) |
5559 { | 5559 { |
5560 INIT_LRECORD_IMPLEMENTATION (coding_system); | |
5561 | |
5560 deferror (&Qcoding_system_error, "coding-system-error", | 5562 deferror (&Qcoding_system_error, "coding-system-error", |
5561 "Coding-system error", Qio_error); | 5563 "Coding-system error", Qio_error); |
5562 | 5564 |
5563 DEFSUBR (Fcoding_system_p); | 5565 DEFSUBR (Fcoding_system_p); |
5564 DEFSUBR (Ffind_coding_system); | 5566 DEFSUBR (Ffind_coding_system); |