[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/buffer.c,v
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] Changes to emacs/src/buffer.c,v |
Date: |
Thu, 31 Jul 2008 05:34:15 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Dan Nicolaescu <dann> 08/07/31 05:33:56
Index: src/buffer.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/buffer.c,v
retrieving revision 1.564
retrieving revision 1.565
diff -u -b -r1.564 -r1.565
--- src/buffer.c 25 Jun 2008 20:55:53 -0000 1.564
+++ src/buffer.c 31 Jul 2008 05:33:50 -0000 1.565
@@ -5312,7 +5312,6 @@
if (!pwd)
fatal ("`get_current_dir_name' failed: %s\n", strerror (errno));
-#ifndef VMS
/* Maybe this should really use some standard subroutine
whose definition is filename syntax dependent. */
len = strlen (pwd);
@@ -5323,7 +5322,6 @@
pwd[len] = DIRECTORY_SEP;
pwd[len + 1] = '\0';
}
-#endif /* not VMS */
current_buffer->directory = make_unibyte_string (pwd, strlen (pwd));
if (! NILP (buffer_defaults.enable_multibyte_characters))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/src/buffer.c,v,
Dan Nicolaescu <=