aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 75a00f0d337..e151e9451d1 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5286,7 +5286,8 @@ init_buffer (int initialized)
5286 5286
5287 if (!pwd) 5287 if (!pwd)
5288 { 5288 {
5289 fprintf (stderr, "Error getting directory: %s", emacs_strerror (errno)); 5289 fprintf (stderr, "Error getting directory: %s\n",
5290 emacs_strerror (errno));
5290 bset_directory (current_buffer, Qnil); 5291 bset_directory (current_buffer, Qnil);
5291 } 5292 }
5292 else 5293 else