1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 23:31:55 -08:00

(unlock_buffer): Declare it as void.

This commit is contained in:
Kenichi Handa 1997-11-27 12:07:07 +00:00
parent 01136e9b14
commit d07e080270

View file

@ -428,6 +428,7 @@ if it should normally be locked.")
/* Unlock the file visited in buffer BUFFER. */
void
unlock_buffer (buffer)
struct buffer *buffer;
{