eol-mnemonic-* variables are now strings, not characters.
This commit is contained in:
parent
7722baf9b3
commit
20ee919eb4
1 changed files with 4 additions and 4 deletions
|
@ -541,10 +541,10 @@ extern Lisp_Object Vcoding_category_list;
|
|||
extern Lisp_Object Qtranslation_table;
|
||||
extern Lisp_Object Qtranslation_table_id;
|
||||
|
||||
/* Mnemonic character to indicate each type of end-of-line. */
|
||||
extern int eol_mnemonic_unix, eol_mnemonic_dos, eol_mnemonic_mac;
|
||||
/* Mnemonic character to indicate type of end-of-line is not yet decided. */
|
||||
extern int eol_mnemonic_undecided;
|
||||
/* Mnemonic strings to indicate each type of end-of-line. */
|
||||
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;
|
||||
|
||||
#ifdef emacs
|
||||
extern Lisp_Object Qfile_coding_system;
|
||||
|
|
Loading…
Add table
Reference in a new issue