aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1999-03-09 22:09:49 +0000
committerKarl Heuer1999-03-09 22:09:49 +0000
commita3fd58aa8909233d2933afab862861fe8555d59e (patch)
tree80e7063a80a865daabbd60a2b098abb77aaab163
parentad067ea663352739acd89c960613efaf07a980a9 (diff)
downloademacs-a3fd58aa8909233d2933afab862861fe8555d59e.tar.gz
emacs-a3fd58aa8909233d2933afab862861fe8555d59e.zip
(init_filelock): New function.
-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.")
681/* Initialization functions. */ 681/* Initialization functions. */
682 682
683void 683void
684init_filelock ()
685{
686 boot_time = 0;
687}
688
689void
684syms_of_filelock () 690syms_of_filelock ()
685{ 691{
686 defsubr (&Sunlock_buffer); 692 defsubr (&Sunlock_buffer);