diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index e2805a3d1c2..fb1ff1c22e9 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5153,7 +5153,7 @@ init_buffer () | |||
| 5153 | 5153 | ||
| 5154 | current_buffer->directory = make_unibyte_string (pwd, strlen (pwd)); | 5154 | current_buffer->directory = make_unibyte_string (pwd, strlen (pwd)); |
| 5155 | if (! NILP (buffer_defaults.enable_multibyte_characters)) | 5155 | if (! NILP (buffer_defaults.enable_multibyte_characters)) |
| 5156 | /* At this momemnt, we still don't know how to decode the | 5156 | /* At this moment, we still don't know how to decode the |
| 5157 | directory name. So, we keep the bytes in multibyte form so | 5157 | directory name. So, we keep the bytes in multibyte form so |
| 5158 | that ENCODE_FILE correctly gets the original bytes. */ | 5158 | that ENCODE_FILE correctly gets the original bytes. */ |
| 5159 | current_buffer->directory | 5159 | current_buffer->directory |