Mercurial > emacs
diff src/emacs.c @ 624:2bb7f23b7ea5
*** empty log message ***
| author | Jim Blandy <jimb@redhat.com> |
|---|---|
| date | Fri, 01 May 1992 06:20:46 +0000 |
| parents | 1c2d1836941a |
| children | 40b255f55df3 |
line wrap: on
line diff
--- a/src/emacs.c Thu Apr 30 10:37:15 1992 +0000 +++ b/src/emacs.c Fri May 01 06:20:46 1992 +0000 @@ -442,6 +442,9 @@ init_vmsfns (); #endif /* VMS */ init_process (); +#ifdef CLASH_DETECTION + init_filelock (); +#endif /* CLASH_DETECTION */ /* Intern the names of all standard functions and variables; define standard keys */
