diff options
| author | Dave Abrahams | 2012-05-09 20:55:57 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-05-09 20:55:57 -0400 |
| commit | 836d29b3704d0dc40411715fc0a9f3a708a8f8ad (patch) | |
| tree | 5b4b10d69efb6f4a78399932961a7213dc80d4a0 /src/ChangeLog | |
| parent | db5a3003037a018f47151bb6daaf249d422be2ba (diff) | |
| download | emacs-836d29b3704d0dc40411715fc0a9f3a708a8f8ad.tar.gz emacs-836d29b3704d0dc40411715fc0a9f3a708a8f8ad.zip | |
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
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 07d85cbf5c8..d4e38f5271c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-05-10 Dave Abrahams <dave@boostpro.com> | ||
| 2 | |||
| 3 | * filelock.c (syms_of_filelock): New boolean create-lockfiles. | ||
| 4 | (lock_file): If create_lockfiles is 0, do nothing. (Bug#11227) | ||
| 5 | |||
| 1 | 2012-05-09 Michael Albinus <michael.albinus@gmx.de> | 6 | 2012-05-09 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 7 | ||
| 3 | * dbusbind.c (xd_registered_buses): New internal Lisp object. | 8 | * dbusbind.c (xd_registered_buses): New internal Lisp object. |