diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-06-03 16:23:01 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-06-05 23:10:36 +0200 |
commit | b7178c22bf642919345095aff9e34e02c00d5762 (patch) | |
tree | 3ae97ad3afecd9499104b1ed0b36e3a8b00a6b91 /.dir-locals.el | |
parent | c11ac62de92c54d1422b4de6d2b50c3b2c1bbc87 (diff) | |
download | patches-b7178c22bf642919345095aff9e34e02c00d5762.tar patches-b7178c22bf642919345095aff9e34e02c00d5762.tar.gz |
syscalls: Add 'with-file-lock' macro.
* guix/scripts/offload.scm (lock-file, unlock-file, with-file-lock):
Move to...
* guix/build/syscalls.scm: ... here.
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index f1196fd781..228685a69f 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -34,6 +34,8 @@ (eval . (put 'modify-services 'scheme-indent-function 1)) (eval . (put 'with-directory-excursion 'scheme-indent-function 1)) + (eval . (put 'with-file-lock 'scheme-indent-function 1)) + (eval . (put 'package 'scheme-indent-function 0)) (eval . (put 'origin 'scheme-indent-function 0)) (eval . (put 'build-system 'scheme-indent-function 0)) |