Index: emacs/src/buffer.c
diff -c emacs/src/buffer.c:1.491 emacs/src/buffer.c:1.492
*** emacs/src/buffer.c:1.491 Sat Sep 10 19:55:27 2005
--- emacs/src/buffer.c Sat Sep 10 20:05:02 2005
***************
*** 5153,5159 ****
current_buffer->directory = make_unibyte_string (pwd, strlen (pwd));
if (! NILP (buffer_defaults.enable_multibyte_characters))
! /* At this momemnt, we still don't know how to decode the
directory name. So, we keep the bytes in multibyte form so
that ENCODE_FILE correctly gets the original bytes. */
current_buffer->directory
--- 5153,5159 ----
current_buffer->directory = make_unibyte_string (pwd, strlen (pwd));
if (! NILP (buffer_defaults.enable_multibyte_characters))
! /* At this moment, we still don't know how to decode the
directory name. So, we keep the bytes in multibyte form so
that ENCODE_FILE correctly gets the original bytes. */
current_buffer->directory
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs