diff options
| author | Karl Heuer | 1999-03-09 22:09:09 +0000 |
|---|---|---|
| committer | Karl Heuer | 1999-03-09 22:09:09 +0000 |
| commit | ad067ea663352739acd89c960613efaf07a980a9 (patch) | |
| tree | 14195556c260ae14cd162b7ad22e0c168e6596c5 /src | |
| parent | b8b149715fa02813414e1b6936c073d4eca5439b (diff) | |
| download | emacs-ad067ea663352739acd89c960613efaf07a980a9.tar.gz emacs-ad067ea663352739acd89c960613efaf07a980a9.zip | |
(main) [CLASH_DETECTION]: Call init_filelock.
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c index 667b1db267b..859e1dd9fd3 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -965,6 +965,9 @@ the Bugs section of the Emacs manual or the file BUGS.\n", argv[0]); | |||
| 965 | init_eval (); | 965 | init_eval (); |
| 966 | init_coding (); | 966 | init_coding (); |
| 967 | init_data (); | 967 | init_data (); |
| 968 | #ifdef CLASH_DETECTION | ||
| 969 | init_filelock ();; | ||
| 970 | #endif | ||
| 968 | running_asynch_code = 0; | 971 | running_asynch_code = 0; |
| 969 | 972 | ||
| 970 | /* Handle --unibyte and the EMACS_UNIBYTE envvar, | 973 | /* Handle --unibyte and the EMACS_UNIBYTE envvar, |