diff src/coding.h @ 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 cb678a191215
children a164f630bf3c
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