# HG changeset patch # User Kenichi Handa # Date 980379016 0 # Node ID cb627d09f8c3e168d5323e5dca3c8439941234f2 # Parent c0bf5507a0bbae95ec0bf8c994d51b56b97e3d1d (struct coding_system): New member suppress_error. diff -r c0bf5507a0bb -r cb627d09f8c3 src/coding.h --- a/src/coding.h Wed Jan 24 23:29:59 2001 +0000 +++ b/src/coding.h Wed Jan 24 23:30:16 2001 +0000 @@ -412,6 +412,9 @@ 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