]> code.delx.au - gnu-emacs/commitdiff
(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 087896ea6b5849ece9b2db468b2c4920d63e345d..303bceda3297c43aaf5e3a937b0459b2f842a4dc 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