Mercurial > emacs
changeset 70519:3731408d78da
(system_eol_type): Extern it.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 08 May 2006 05:24:53 +0000 |
parents | b191186433c8 |
children | b6740a317343 |
files | src/coding.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/coding.h Mon May 08 05:20:16 2006 +0000 +++ b/src/coding.h Mon May 08 05:24:53 2006 +0000 @@ -666,6 +666,9 @@ /* Mnemonic string to indicate type of end-of-line is not yet decided. */ extern Lisp_Object eol_mnemonic_undecided; +/* Format of end-of-line decided by system. */ +extern int system_eol_type; + #ifdef emacs extern Lisp_Object Qfile_coding_system; extern Lisp_Object Qcall_process, Qcall_process_region;