Mercurial > emacs
changeset 34107:46e0ec24a961
(Qwrite_region, Qcoding_system_error): Declare extern.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sat, 02 Dec 2000 11:25:59 +0000 |
parents | 89fd59727c6c |
children | 4d46cd4c8a6f |
files | src/coding.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/coding.h Sat Dec 02 11:25:35 2000 +0000 +++ b/src/coding.h Sat Dec 02 11:25:59 2000 +0000 @@ -648,6 +648,7 @@ extern Lisp_Object Qfile_coding_system; extern Lisp_Object Qcall_process, Qcall_process_region, Qprocess_argument; extern Lisp_Object Qstart_process, Qopen_network_stream; +extern Lisp_Object Qwrite_region; extern char *emacs_strerror P_ ((int)); @@ -701,4 +702,7 @@ #endif #endif +/* Error signaled when there's a problem with detecting coding system */ +extern Lisp_Object Qcoding_system_error; + #endif /* EMACS_CODING_H */