coding_inherit_eol_type 6040 src/coding.c coding_system = coding_inherit_eol_type (coding_base, eol_base); coding_inherit_eol_type 698 src/coding.h extern Lisp_Object coding_inherit_eol_type (Lisp_Object, Lisp_Object); coding_inherit_eol_type 4267 src/fileio.c coding_system = coding_inherit_eol_type (Qutf_8_emacs, Qunix); coding_inherit_eol_type 5311 src/fileio.c val = coding_inherit_eol_type (val, dflt); coding_inherit_eol_type 5320 src/fileio.c val = coding_inherit_eol_type (val, eol_parent); coding_inherit_eol_type 6302 src/process.c (p, coding_inherit_eol_type (Vlast_coding_system_used, Qnil)); coding_inherit_eol_type 7792 src/process.c encoding = coding_inherit_eol_type (encoding, Qnil);