Add the option to not create lockfiles
authorDave Abrahams <dave@boostpro.com>
Thu, 10 May 2012 00:55:57 +0000 (20:55 -0400)
committerGlenn Morris <rgm@gnu.org>
Thu, 10 May 2012 00:55:57 +0000 (20:55 -0400)
commit836d29b3704d0dc40411715fc0a9f3a708a8f8ad
tree5b4b10d69efb6f4a78399932961a7213dc80d4a0
parentdb5a3003037a018f47151bb6daaf249d422be2ba
Add the option to not create lockfiles

* src/filelock.c (syms_of_filelock): New boolean create-lockfiles.
(lock_file): If create_lockfiles is 0, do nothing.

* lisp/cus-start.el (create-lockfiles): Add it.

Fixes: debbugs:11227
lisp/ChangeLog
lisp/cus-start.el
src/ChangeLog
src/filelock.c