mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 10:31:37 -08:00
(Ffile_locked_p): Make FILENAME a required argument.
This commit is contained in:
parent
9da30515c7
commit
8105cbf751
1 changed files with 1 additions and 1 deletions
|
|
@ -685,7 +685,7 @@ unlock_buffer (buffer)
|
|||
unlock_file (buffer->file_truename);
|
||||
}
|
||||
|
||||
DEFUN ("file-locked-p", Ffile_locked_p, Sfile_locked_p, 0, 1, 0,
|
||||
DEFUN ("file-locked-p", Ffile_locked_p, Sfile_locked_p, 1, 1, 0,
|
||||
"Return nil if the FILENAME is not locked,\n\
|
||||
t if it is locked by you, else a string of the name of the locker.")
|
||||
(filename)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue