Make supersession warnings work again
* src/filelock.c (lock_file): Fix thinko in lock_file in 2ad34bcea4
(bug#49701).
This commit is contained in:
parent
662f91a795
commit
d3163a3b8f
1 changed files with 1 additions and 1 deletions
|
@ -673,7 +673,7 @@ lock_file (Lisp_Object fn)
|
|||
Lisp_Object subject_buf = get_truename_buffer (fn);
|
||||
if (!NILP (subject_buf)
|
||||
&& NILP (Fverify_visited_file_modtime (subject_buf))
|
||||
&& !NILP (Ffile_exists_p (lock_filename))
|
||||
&& !NILP (Ffile_exists_p (fn))
|
||||
&& current_lock_owner (NULL, lfname) != -2)
|
||||
call1 (intern ("userlock--ask-user-about-supersession-threat"), fn);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue