diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-12-29 15:51:07 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-12-29 15:57:24 +0100 |
commit | 04d4c8a439c035cf41296eafc23a5dfe196c24db (patch) | |
tree | 736ab6b704b451d821989fc599576673bf308ce8 /.dir-locals.el | |
parent | 9501d7745eca2c6c5b18f7b573c08398c3ffa4d8 (diff) | |
download | guix-04d4c8a439c035cf41296eafc23a5dfe196c24db.tar guix-04d4c8a439c035cf41296eafc23a5dfe196c24db.tar.gz |
Move 'with-atomic-file-output' to (guix utils).
* guix/scripts/substitute-binary.scm (with-atomic-file-output): Move to...
* guix/utils.scm (with-atomic-file-output): ... here.
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index bb4e964dd5..87cdaae807 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -20,6 +20,7 @@ (eval . (put 'substitute-keyword-arguments 'scheme-indent-function 1)) (eval . (put 'with-error-handling 'scheme-indent-function 0)) (eval . (put 'with-mutex 'scheme-indent-function 1)) + (eval . (put 'with-atomic-file-output 'scheme-indent-function 1)) (eval . (put 'syntax-parameterize 'scheme-indent-function 1)) (eval . (put 'with-monad 'scheme-indent-function 1)) |