Mercurial > emacs
comparison src/coding.h @ 90395:65fc70a77429
(system_eol_type): Fix synching with HEAD.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Mon, 15 May 2006 02:49:33 +0000 |
| parents | 146cd8369025 |
| children | 884c305a9799 |
comparison
equal
deleted
inserted
replaced
| 90394:263867fe7b55 | 90395:65fc70a77429 |
|---|---|
| 715 /* Mnemonic strings to indicate each type of end-of-line. */ | 715 /* Mnemonic strings to indicate each type of end-of-line. */ |
| 716 extern Lisp_Object eol_mnemonic_unix, eol_mnemonic_dos, eol_mnemonic_mac; | 716 extern Lisp_Object eol_mnemonic_unix, eol_mnemonic_dos, eol_mnemonic_mac; |
| 717 /* Mnemonic string to indicate type of end-of-line is not yet decided. */ | 717 /* Mnemonic string to indicate type of end-of-line is not yet decided. */ |
| 718 extern Lisp_Object eol_mnemonic_undecided; | 718 extern Lisp_Object eol_mnemonic_undecided; |
| 719 | 719 |
| 720 /* Format of end-of-line decided by system. */ | |
| 721 extern int system_eol_type; | |
| 722 | |
| 723 #ifdef emacs | 720 #ifdef emacs |
| 724 extern Lisp_Object Qfile_coding_system; | 721 extern Lisp_Object Qfile_coding_system; |
| 725 extern Lisp_Object Qcall_process, Qcall_process_region; | 722 extern Lisp_Object Qcall_process, Qcall_process_region; |
| 726 extern Lisp_Object Qstart_process, Qopen_network_stream; | 723 extern Lisp_Object Qstart_process, Qopen_network_stream; |
| 727 extern Lisp_Object Qwrite_region; | 724 extern Lisp_Object Qwrite_region; |
