Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f471f4c2
Commit
f471f4c2
authored
May 02, 1995
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Finsert_file_contents): Use file_truename for unlocking.
parent
f173b650
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/fileio.c
src/fileio.c
+2
-2
No files found.
src/fileio.c
View file @
f471f4c2
...
...
@@ -3056,8 +3056,8 @@ and (2) it puts less data in the undo list.")
#ifdef CLASH_DETECTION
if (NILP (handler))
{
if (!NILP (current_buffer->filename))
unlock_file (current_buffer->filename);
if (!NILP (current_buffer->file
_true
name))
unlock_file (current_buffer->file
_true
name);
unlock_file (filename);
}
#endif /* CLASH_DETECTION */
...
...
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