aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/coding.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/coding.h b/src/coding.h
index 087896ea6b..303bceda32 100644
--- a/src/coding.h
+++ b/src/coding.h
@@ -412,6 +412,9 @@ struct coding_system
CODING_FINISH_XXXX. */
int result;
+ /* If nonzero, suppress error notification. */
+ int suppress_error;
+
/* The following members are all Lisp symbols. We don't have to
protect them from GC because the current garbage collection
doesn't relocate Lisp symbols. But, when it is changed, we must