diff options
| author | Kenichi Handa | 2004-04-28 12:50:36 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2004-04-28 12:50:36 +0000 |
| commit | 55961e9e461b43cfb7b30ae52023a88da54cf3fd (patch) | |
| tree | 661bc399054f81f34409b6a9fb730c6ad53027cb /src/coding.h | |
| parent | 6ad568ddc1672bdc393fec62430712e40a654aff (diff) | |
| download | emacs-55961e9e461b43cfb7b30ae52023a88da54cf3fd.tar.gz emacs-55961e9e461b43cfb7b30ae52023a88da54cf3fd.zip | |
(struct coding_system): Delete an incorrect comment.
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/coding.h b/src/coding.h index 83f6e0cbf28..d970c1ea257 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -396,11 +396,6 @@ struct coding_system | |||
| 396 | /* Finish status of code conversion. */ | 396 | /* Finish status of code conversion. */ |
| 397 | enum coding_result_code result; | 397 | enum coding_result_code result; |
| 398 | 398 | ||
| 399 | /* The following members are all Lisp symbols. We don't have to | ||
| 400 | protect them from GC because the current garbage collection | ||
| 401 | doesn't relocate Lisp symbols. But, when it is changed, we must | ||
| 402 | find a way to protect them. */ | ||
| 403 | |||
| 404 | EMACS_INT src_pos, src_pos_byte, src_chars, src_bytes; | 399 | EMACS_INT src_pos, src_pos_byte, src_chars, src_bytes; |
| 405 | Lisp_Object src_object; | 400 | Lisp_Object src_object; |
| 406 | const unsigned char *source; | 401 | const unsigned char *source; |