diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/filelock.c | 6 |
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); |
