]> code.delx.au - gnu-emacs/blobdiff - src/coding.h
Make closing dbus buses actually work
[gnu-emacs] / src / coding.h
index c9c19762d80d4509cd0cc5c52d71c74903de2ad7..4e8b1056e434d67b275d78b9dd9a287f1d1e6625 100644 (file)
@@ -468,7 +468,9 @@ struct coding_system
      the eol format.  */
   ptrdiff_t head_ascii;
 
-  ptrdiff_t detected_utf8_chars;
+  /* How many bytes/chars at the source are detected as valid utf-8
+     sequence.  Set by detect_coding_utf_8.  */
+  ptrdiff_t detected_utf8_bytes, detected_utf8_chars;
 
   /* Used internally in coding.c.  See the comment of detect_ascii.  */
   int eol_seen;