Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a9171faa
Commit
a9171faa
authored
Aug 07, 1997
by
Richard M. Stallman
Browse files
(Fwrite_region): Turn off the feature of checking
whether another buffer has locked this file.
parent
d45de95b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/fileio.c
src/fileio.c
+2
-0
No files found.
src/fileio.c
View file @
a9171faa
...
...
@@ -3910,10 +3910,12 @@ to the file, instead of any buffer contents, and END is ignored.")
#ifdef CLASH_DETECTION
if
(
!
auto_saving
)
{
#if 0 /* This causes trouble for GNUS. */
/* If we've locked this file for some other buffer,
query before proceeding. */
if (!visiting && EQ (Ffile_locked_p (lockname), Qt))
call2 (intern ("ask-user-about-lock"), filename, Vuser_login_name);
#endif
lock_file
(
lockname
);
}
...
...
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