Mercurial > emacs
comparison src/fileio.c @ 20748:2e68ae1d1928
(Finsert_file_contents): Fix previous change.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 22 Jan 1998 02:15:35 +0000 |
parents | bab57112b50e |
children | 7fd6ce99f389 |
comparison
equal
deleted
inserted
replaced
20747:63a3f7a57627 | 20748:2e68ae1d1928 |
---|---|
3778 current_buffer->buffer_file_type = Qnil; | 3778 current_buffer->buffer_file_type = Qnil; |
3779 else | 3779 else |
3780 current_buffer->buffer_file_type = Qt; | 3780 current_buffer->buffer_file_type = Qt; |
3781 #endif | 3781 #endif |
3782 | 3782 |
3783 record_insert (PT, inserted_chars); | 3783 record_insert (PT, inserted); |
3784 | 3784 |
3785 /* Only defined if Emacs is compiled with USE_TEXT_PROPERTIES */ | 3785 /* Only defined if Emacs is compiled with USE_TEXT_PROPERTIES */ |
3786 offset_intervals (current_buffer, PT, inserted_chars); | 3786 offset_intervals (current_buffer, PT, inserted); |
3787 MODIFF++; | 3787 MODIFF++; |
3788 | 3788 |
3789 if (! NILP (coding.post_read_conversion)) | 3789 if (! NILP (coding.post_read_conversion)) |
3790 { | 3790 { |
3791 Lisp_Object val; | 3791 Lisp_Object val; |