diff options
| author | Gerd Moellmann | 2000-12-02 11:25:59 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-12-02 11:25:59 +0000 |
| commit | d008a7cc71a2ca36d471ada7db5f1dfd2b798b2d (patch) | |
| tree | d0e55d86f3539c370eaeebf7a9e388d6feb3fd41 /src/coding.h | |
| parent | 5c302da454d4120139f5c92db160d1ac3191bc4d (diff) | |
| download | emacs-d008a7cc71a2ca36d471ada7db5f1dfd2b798b2d.tar.gz emacs-d008a7cc71a2ca36d471ada7db5f1dfd2b798b2d.zip | |
(Qwrite_region, Qcoding_system_error): Declare extern.
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/coding.h b/src/coding.h index cdb6ff29a7f..e0f084210f2 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -648,6 +648,7 @@ extern Lisp_Object eol_mnemonic_undecided; | |||
| 648 | extern Lisp_Object Qfile_coding_system; | 648 | extern Lisp_Object Qfile_coding_system; |
| 649 | extern Lisp_Object Qcall_process, Qcall_process_region, Qprocess_argument; | 649 | extern Lisp_Object Qcall_process, Qcall_process_region, Qprocess_argument; |
| 650 | extern Lisp_Object Qstart_process, Qopen_network_stream; | 650 | extern Lisp_Object Qstart_process, Qopen_network_stream; |
| 651 | extern Lisp_Object Qwrite_region; | ||
| 651 | 652 | ||
| 652 | extern char *emacs_strerror P_ ((int)); | 653 | extern char *emacs_strerror P_ ((int)); |
| 653 | 654 | ||
| @@ -701,4 +702,7 @@ extern Lisp_Object Vw32_system_coding_system; | |||
| 701 | #endif | 702 | #endif |
| 702 | #endif | 703 | #endif |
| 703 | 704 | ||
| 705 | /* Error signaled when there's a problem with detecting coding system */ | ||
| 706 | extern Lisp_Object Qcoding_system_error; | ||
| 707 | |||
| 704 | #endif /* EMACS_CODING_H */ | 708 | #endif /* EMACS_CODING_H */ |