comparison src/coding.h @ 24201:d324ba7d0e40

eol-mnemonic-* variables are now strings, not characters.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 27 Jan 1999 10:09:55 +0000
parents 4c5f12c6041c
children 2d5cc3c9d8dc
comparison
equal deleted inserted replaced
24200:b9d9fccad516 24201:d324ba7d0e40
539 extern Lisp_Object Vcoding_category_list; 539 extern Lisp_Object Vcoding_category_list;
540 540
541 extern Lisp_Object Qtranslation_table; 541 extern Lisp_Object Qtranslation_table;
542 extern Lisp_Object Qtranslation_table_id; 542 extern 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. */
545 extern int eol_mnemonic_unix, eol_mnemonic_dos, eol_mnemonic_mac; 545 extern 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. */
547 extern int eol_mnemonic_undecided; 547 extern Lisp_Object eol_mnemonic_undecided;
548 548
549 #ifdef emacs 549 #ifdef emacs
550 extern Lisp_Object Qfile_coding_system; 550 extern Lisp_Object Qfile_coding_system;
551 extern Lisp_Object Qcall_process, Qcall_process_region, Qprocess_argument; 551 extern Lisp_Object Qcall_process, Qcall_process_region, Qprocess_argument;
552 extern Lisp_Object Qstart_process, Qopen_network_stream; 552 extern Lisp_Object Qstart_process, Qopen_network_stream;