diff options
| author | Kenichi Handa | 2006-05-15 02:49:33 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2006-05-15 02:49:33 +0000 |
| commit | 1f3322afc583c38eec5ac03fd68bfa727fb70221 (patch) | |
| tree | 0fefc582f1ed012fb2955f94cb233f7eaf2bb472 /src/coding.h | |
| parent | fcbcfb64503bdcc2a85d903cb27bf0c3310f5c74 (diff) | |
| download | emacs-1f3322afc583c38eec5ac03fd68bfa727fb70221.tar.gz emacs-1f3322afc583c38eec5ac03fd68bfa727fb70221.zip | |
(system_eol_type): Fix synching with HEAD.
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/coding.h b/src/coding.h index aa5c8f05015..41f4aab509c 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -717,9 +717,6 @@ 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; |