aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fileio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 6cda1e39eed..8e44eb0d539 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -4265,7 +4265,7 @@ by calling `format-decode', which see. */)
4265 && NILP (replace)) 4265 && NILP (replace))
4266 /* Visiting a file with these coding system makes the buffer 4266 /* Visiting a file with these coding system makes the buffer
4267 unibyte. */ 4267 unibyte. */
4268 bset_enable_multibyte_characters (current_buffer, Qnil); 4268 Fset_buffer_multibyte (Qnil);
4269 } 4269 }
4270 4270
4271 coding.dst_multibyte = ! NILP (BVAR (current_buffer, enable_multibyte_characters)); 4271 coding.dst_multibyte = ! NILP (BVAR (current_buffer, enable_multibyte_characters));