aboutsummaryrefslogtreecommitdiffstats
path: root/src/filelock.c
diff options
context:
space:
mode:
authorKenichi Handa1997-11-27 12:07:07 +0000
committerKenichi Handa1997-11-27 12:07:07 +0000
commitd07e080270aab1b7952cda627af24e27eb249488 (patch)
tree974336682e638fafdbc7d8617a5eff88050ff775 /src/filelock.c
parent01136e9b14de3a84c18516c02889d02e843a5cab (diff)
downloademacs-d07e080270aab1b7952cda627af24e27eb249488.tar.gz
emacs-d07e080270aab1b7952cda627af24e27eb249488.zip
(unlock_buffer): Declare it as void.
Diffstat (limited to 'src/filelock.c')
-rw-r--r--src/filelock.c1
1 files changed, 1 insertions, 0 deletions
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.")
428 428
429/* Unlock the file visited in buffer BUFFER. */ 429/* Unlock the file visited in buffer BUFFER. */
430 430
431void
431unlock_buffer (buffer) 432unlock_buffer (buffer)
432 struct buffer *buffer; 433 struct buffer *buffer;
433{ 434{