(struct coding_system): New member suppress_error.
This commit is contained in:
parent
ae08ba36c9
commit
6041c9ce6b
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue