(struct coding_system): New member suppress_error.
authorKenichi Handa <handa@m17n.org>
Wed, 24 Jan 2001 23:30:16 +0000 (23:30 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 24 Jan 2001 23:30:16 +0000 (23:30 +0000)
src/coding.h

index 087896e..303bced 100644 (file)
@@ -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