Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
cbb6a418
Commit
cbb6a418
authored
Nov 28, 1994
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fkill_buffer): Use internal_delete_file.
parent
3a0e8467
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/buffer.c
src/buffer.c
+1
-1
No files found.
src/buffer.c
View file @
cbb6a418
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment