emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/buffer.c


From: Romain Francoise
Subject: [Emacs-diffs] Changes to emacs/src/buffer.c
Date: Sat, 10 Sep 2005 16:05:03 -0400

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]