summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/coding.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/coding.h b/src/coding.h
index 677004ce523..b01f0d2c01f 100644
--- a/src/coding.h
+++ b/src/coding.h
@@ -705,6 +705,10 @@ extern Lisp_Object Vdefault_process_coding_system;
system. */
extern Lisp_Object Vselect_safe_coding_system_function;
+/* If nonzero, on writing a file, Vselect_safe_coding_system_function
+ is called even if Vcoding_system_for_write is non-nil. */
+extern int coding_system_require_warning;
+
/* Coding system for file names, or nil if none. */
extern Lisp_Object Vfile_name_coding_system;