summaryrefslogtreecommitdiff
path: root/src/filelock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/filelock.c')
-rw-r--r--src/filelock.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/filelock.c b/src/filelock.c
index 429036f3305..3e34514fef8 100644
--- a/src/filelock.c
+++ b/src/filelock.c
@@ -681,6 +681,12 @@ t if it is locked by you, else a string of the name of the locker.")
/* Initialization functions. */
void
+init_filelock ()
+{
+ boot_time = 0;
+}
+
+void
syms_of_filelock ()
{
defsubr (&Sunlock_buffer);