aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.h
diff options
context:
space:
mode:
authorEli Zaretskii1999-01-27 10:09:55 +0000
committerEli Zaretskii1999-01-27 10:09:55 +0000
commit20ee919eb42e62be90b54c85e044d765e54fc528 (patch)
tree617b5dae9f576c3bd8a4fc608152f6b3716403a3 /src/coding.h
parent7722baf9b3fd74d2ba0e95c6e64b8bfadb019670 (diff)
downloademacs-20ee919eb42e62be90b54c85e044d765e54fc528.tar.gz
emacs-20ee919eb42e62be90b54c85e044d765e54fc528.zip
eol-mnemonic-* variables are now strings, not characters.
Diffstat (limited to 'src/coding.h')
-rw-r--r--src/coding.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/coding.h b/src/coding.h
index 438456ed400..04225a40b3b 100644
--- a/src/coding.h
+++ b/src/coding.h
@@ -541,10 +541,10 @@ extern Lisp_Object Vcoding_category_list;
541extern Lisp_Object Qtranslation_table; 541extern Lisp_Object Qtranslation_table;
542extern Lisp_Object Qtranslation_table_id; 542extern Lisp_Object Qtranslation_table_id;
543 543
544/* Mnemonic character to indicate each type of end-of-line. */ 544/* Mnemonic strings to indicate each type of end-of-line. */
545extern int eol_mnemonic_unix, eol_mnemonic_dos, eol_mnemonic_mac; 545extern Lisp_Object eol_mnemonic_unix, eol_mnemonic_dos, eol_mnemonic_mac;
546/* Mnemonic character to indicate type of end-of-line is not yet decided. */ 546/* Mnemonic string to indicate type of end-of-line is not yet decided. */
547extern int eol_mnemonic_undecided; 547extern Lisp_Object eol_mnemonic_undecided;
548 548
549#ifdef emacs 549#ifdef emacs
550extern Lisp_Object Qfile_coding_system; 550extern Lisp_Object Qfile_coding_system;