Mercurial > emacs
changeset 35530:cb627d09f8c3
(struct coding_system): New member suppress_error.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 24 Jan 2001 23:30:16 +0000 |
parents | c0bf5507a0bb |
children | 36de5bf9969c |
files | src/coding.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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