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 /lisp | |
| 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 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/cus-start.el | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bf15cd2f9aa..f1429f9f875 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-05-10 Dave Abrahams <dave@boostpro.com> | ||
| 2 | |||
| 3 | * cus-start.el (create-lockfiles): Add it. | ||
| 4 | |||
| 1 | 2012-05-09 Chong Yidong <cyd@gnu.org> | 5 | 2012-05-09 Chong Yidong <cyd@gnu.org> |
| 2 | 6 | ||
| 3 | * net/browse-url.el (browse-url-url-encode-chars): Use upper-case. | 7 | * net/browse-url.el (browse-url-url-encode-chars): Use upper-case. |
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 3863e718f58..fc3c6561a1e 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el | |||
| @@ -204,6 +204,7 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of | |||
| 204 | (delete-by-moving-to-trash auto-save boolean "23.1") | 204 | (delete-by-moving-to-trash auto-save boolean "23.1") |
| 205 | (auto-save-visited-file-name auto-save boolean) | 205 | (auto-save-visited-file-name auto-save boolean) |
| 206 | ;; filelock.c | 206 | ;; filelock.c |
| 207 | (create-lockfiles files boolean "24.2") | ||
| 207 | (temporary-file-directory | 208 | (temporary-file-directory |
| 208 | ;; Darwin section added 24.1, does not seem worth :version bump. | 209 | ;; Darwin section added 24.1, does not seem worth :version bump. |
| 209 | files directory nil | 210 | files directory nil |