aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa <[email protected]>2001-01-24 23:30:16 +0000
committerKenichi Handa <[email protected]>2001-01-24 23:30:16 +0000
commit6041c9ce6b6b3a763dcf9f0f0df5742a8c1e3713 (patch)
treed032692b6229d50c21d3ec8adc38ad7fba261efa /src
parentae08ba36c9f16b0763f84cea5afdab561bd08c3f (diff)
(struct coding_system): New member suppress_error.
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