From: Kenichi Handa Date: Wed, 24 Jan 2001 23:30:16 +0000 (+0000) Subject: (struct coding_system): New member suppress_error. X-Git-Tag: emacs-pretest-21.0.96~110 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/6041c9ce6b6b3a763dcf9f0f0df5742a8c1e3713 (struct coding_system): New member suppress_error. --- 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