aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-11-28 19:27:27 +0000
committerRichard M. Stallman <[email protected]>1994-11-28 19:27:27 +0000
commitcbb6a418dcb3aead29e70f5ffdc55c540794c6bf (patch)
tree3c026b5c129edde65c2f8c5852a255238cf2d111 /src
parent3a0e84672cd26e7991c3686de5a116cdc84c3337 (diff)
(Fkill_buffer): Use internal_delete_file.
Diffstat (limited to 'src')
-rw-r--r--src/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 7642842bed..26eefc3c98 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -803,7 +803,7 @@ with `delete-process'.")
Lisp_Object tem;
tem = Fsymbol_value (intern ("delete-auto-save-files"));
if (! NILP (tem))
- unlink (XSTRING (b->auto_save_file_name)->data);
+ internal_delete_file (b->auto_save_file_name);
}
/* Unchain all markers of this buffer