1
Fork 0
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:
Gerd Moellmann 1999-11-05 14:04:40 +00:00
parent 9da30515c7
commit 8105cbf751

View file

@ -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)