diff src/coding.h @ 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 b0b1acff966b
children cb678a191215
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 */