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.") | |||
| 681 | /* Initialization functions. */ | 681 | /* Initialization functions. */ |
| 682 | 682 | ||
| 683 | void | 683 | void |
| 684 | init_filelock () | ||
| 685 | { | ||
| 686 | boot_time = 0; | ||
| 687 | } | ||
| 688 | |||
| 689 | void | ||
| 684 | syms_of_filelock () | 690 | syms_of_filelock () |
| 685 | { | 691 | { |
| 686 | defsubr (&Sunlock_buffer); | 692 | defsubr (&Sunlock_buffer); |