diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 0c52eaf41ba..3e410670c54 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5277,7 +5277,7 @@ init_buffer (int initialized) | |||
| 5277 | if (NILP (BVAR (&buffer_defaults, enable_multibyte_characters))) | 5277 | if (NILP (BVAR (&buffer_defaults, enable_multibyte_characters))) |
| 5278 | Fset_buffer_multibyte (Qnil); | 5278 | Fset_buffer_multibyte (Qnil); |
| 5279 | 5279 | ||
| 5280 | pwd = get_current_dir_name (); | 5280 | pwd = emacs_get_current_dir_name (); |
| 5281 | 5281 | ||
| 5282 | if (!pwd) | 5282 | if (!pwd) |
| 5283 | { | 5283 | { |