aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 2ba21922ab8..a2d0cfac591 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5312,7 +5312,6 @@ init_buffer ()
5312 if (!pwd) 5312 if (!pwd)
5313 fatal ("`get_current_dir_name' failed: %s\n", strerror (errno)); 5313 fatal ("`get_current_dir_name' failed: %s\n", strerror (errno));
5314 5314
5315#ifndef VMS
5316 /* Maybe this should really use some standard subroutine 5315 /* Maybe this should really use some standard subroutine
5317 whose definition is filename syntax dependent. */ 5316 whose definition is filename syntax dependent. */
5318 len = strlen (pwd); 5317 len = strlen (pwd);
@@ -5323,7 +5322,6 @@ init_buffer ()
5323 pwd[len] = DIRECTORY_SEP; 5322 pwd[len] = DIRECTORY_SEP;
5324 pwd[len + 1] = '\0'; 5323 pwd[len + 1] = '\0';
5325 } 5324 }
5326#endif /* not VMS */
5327 5325
5328 current_buffer->directory = make_unibyte_string (pwd, strlen (pwd)); 5326 current_buffer->directory = make_unibyte_string (pwd, strlen (pwd));
5329 if (! NILP (buffer_defaults.enable_multibyte_characters)) 5327 if (! NILP (buffer_defaults.enable_multibyte_characters))