From: Kenichi Handa Date: Thu, 27 Nov 1997 12:07:07 +0000 (+0000) Subject: (unlock_buffer): Declare it as void. X-Git-Tag: emacs-20.3~2704 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d07e080270aab1b7952cda627af24e27eb249488;p=emacs.git (unlock_buffer): Declare it as void. --- diff --git a/src/filelock.c b/src/filelock.c index c98afdd30d1..15b0dcb8c73 100644 --- a/src/filelock.c +++ b/src/filelock.c @@ -428,6 +428,7 @@ if it should normally be locked.") /* Unlock the file visited in buffer BUFFER. */ +void unlock_buffer (buffer) struct buffer *buffer; {