mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-04 22:50:59 -08:00
(system_eol_type): Extern it.
This commit is contained in:
parent
452dd0bed5
commit
06ea6d57ca
1 changed files with 3 additions and 0 deletions
|
|
@ -666,6 +666,9 @@ extern Lisp_Object eol_mnemonic_unix, eol_mnemonic_dos, eol_mnemonic_mac;
|
|||
/* 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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue