mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-04 08:47:11 +00:00
(init_buffer): Fix typos.
This commit is contained in:
parent
156bdb4130
commit
f996237104
@ -1,7 +1,7 @@
|
|||||||
2005-09-10 Romain Francoise <romain@orebokech.com>
|
2005-09-10 Romain Francoise <romain@orebokech.com>
|
||||||
|
|
||||||
* buffer.c (init_buffer): Grow buffer to add directory separator
|
* buffer.c (init_buffer): Grow buffer to add directory separator
|
||||||
and terminal zero.
|
and terminal zero. Fix typos.
|
||||||
|
|
||||||
2005-09-10 Eli Zaretskii <eliz@gnu.org>
|
2005-09-10 Eli Zaretskii <eliz@gnu.org>
|
||||||
|
|
||||||
|
@ -5153,7 +5153,7 @@ init_buffer ()
|
|||||||
|
|
||||||
current_buffer->directory = make_unibyte_string (pwd, strlen (pwd));
|
current_buffer->directory = make_unibyte_string (pwd, strlen (pwd));
|
||||||
if (! NILP (buffer_defaults.enable_multibyte_characters))
|
if (! NILP (buffer_defaults.enable_multibyte_characters))
|
||||||
/* At this momemnt, we still don't know how to decode the
|
/* At this moment, we still don't know how to decode the
|
||||||
directory name. So, we keep the bytes in multibyte form so
|
directory name. So, we keep the bytes in multibyte form so
|
||||||
that ENCODE_FILE correctly gets the original bytes. */
|
that ENCODE_FILE correctly gets the original bytes. */
|
||||||
current_buffer->directory
|
current_buffer->directory
|
||||||
|
Loading…
Reference in New Issue
Block a user