Mercurial > emacs
comparison src/buffer.c @ 65439:1ffe6d4d0fc4
(init_buffer): Fix typos.
| author | Romain Francoise <romain@orebokech.com> |
|---|---|
| date | Sat, 10 Sep 2005 20:05:02 +0000 |
| parents | 170f43effa81 |
| children | 7e251d472f1c de684325b343 10fe5fadaf89 |
comparison
equal
deleted
inserted
replaced
| 65438:170f43effa81 | 65439:1ffe6d4d0fc4 |
|---|---|
| 5151 } | 5151 } |
| 5152 #endif /* not VMS */ | 5152 #endif /* not VMS */ |
| 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 |
| 5160 = string_to_multibyte (current_buffer->directory); | 5160 = string_to_multibyte (current_buffer->directory); |
| 5161 | 5161 |
