Mercurial > emacs
comparison src/coding.h @ 90201:fbb2bea03df9
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-69
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 474-484)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 88-91)
- Merge from emacs--cvs-trunk--0
- Update FSF's address in GPL notices
- Update from CVS
| author | Miles Bader <miles@gnu.org> |
|---|---|
| date | Thu, 14 Jul 2005 08:02:00 +0000 |
| parents | f9a65d7ebd29 3de1b955c31a |
| children | 2d92f5c9d6ae |
comparison
equal
deleted
inserted
replaced
| 90200:f9a65d7ebd29 | 90201:fbb2bea03df9 |
|---|---|
| 702 /* Mnemonic string to indicate type of end-of-line is not yet decided. */ | 702 /* Mnemonic string to indicate type of end-of-line is not yet decided. */ |
| 703 extern Lisp_Object eol_mnemonic_undecided; | 703 extern Lisp_Object eol_mnemonic_undecided; |
| 704 | 704 |
| 705 #ifdef emacs | 705 #ifdef emacs |
| 706 extern Lisp_Object Qfile_coding_system; | 706 extern Lisp_Object Qfile_coding_system; |
| 707 extern Lisp_Object Qcall_process, Qcall_process_region, Qprocess_argument; | 707 extern Lisp_Object Qcall_process, Qcall_process_region; |
| 708 extern Lisp_Object Qstart_process, Qopen_network_stream; | 708 extern Lisp_Object Qstart_process, Qopen_network_stream; |
| 709 extern Lisp_Object Qwrite_region; | 709 extern Lisp_Object Qwrite_region; |
| 710 | 710 |
| 711 extern char *emacs_strerror P_ ((int)); | 711 extern char *emacs_strerror P_ ((int)); |
| 712 | 712 |
