aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/coding.c b/src/coding.c
index 5bfd42c7272..02e7b34695e 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -7006,8 +7006,7 @@ decode_coding (struct coding_system *coding)
7006 undo_list = Qt; 7006 undo_list = Qt;
7007 if (BUFFERP (coding->dst_object)) 7007 if (BUFFERP (coding->dst_object))
7008 { 7008 {
7009 if (current_buffer != XBUFFER (coding->dst_object)) 7009 set_buffer_internal (XBUFFER (coding->dst_object));
7010 set_buffer_internal (XBUFFER (coding->dst_object));
7011 if (GPT != PT) 7010 if (GPT != PT)
7012 move_gap_both (PT, PT_BYTE); 7011 move_gap_both (PT, PT_BYTE);
7013 7012