From: Karl Heuer Date: Tue, 9 Mar 1999 22:09:49 +0000 (+0000) Subject: (init_filelock): New function. X-Git-Tag: emacs-20.4~484 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a3fd58aa8909233d2933afab862861fe8555d59e;p=emacs.git (init_filelock): New function. --- diff --git a/src/filelock.c b/src/filelock.c index 429036f3305..3e34514fef8 100644 --- a/src/filelock.c +++ b/src/filelock.c @@ -680,6 +680,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 () {