diff options
| author | Karl Heuer <kwzh@gnu.org> | 1999-03-09 22:09:49 +0000 |
|---|---|---|
| committer | Karl Heuer <kwzh@gnu.org> | 1999-03-09 22:09:49 +0000 |
| commit | a3fd58aa8909233d2933afab862861fe8555d59e (patch) | |
| tree | 80e7063a80a865daabbd60a2b098abb77aaab163 | |
| parent | ad067ea663352739acd89c960613efaf07a980a9 (diff) | |
| download | emacs-a3fd58aa8909233d2933afab862861fe8555d59e.tar.gz | |
(init_filelock): New function.
| -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); |
