summaryrefslogtreecommitdiff
path: root/guix
diff options
context:
space:
mode:
authorZhu Zihao <all_but_last@163.com>2021-10-26 12:10:26 +0800
committerLudovic Courtès <ludo@gnu.org>2021-10-28 00:44:10 +0200
commitbcc4aef0dbaaf3a66e11e0af30c88e60f8f9d4fb (patch)
treed1416e11dd2919e97f5840ee6bb488d2ef78e6d5 /guix
parent9b0ee18ba8b2c2cdc5238cbaa2fb2648d55b30c9 (diff)
environment: Fix broken file-local variable.
* guix/scripts/environment.scm (Local Variables): Add missing eval. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'guix')
-rw-r--r--guix/scripts/environment.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/scripts/environment.scm b/guix/scripts/environment.scm
index 7b97a8e39a..cca0ad991b 100644
--- a/guix/scripts/environment.scm
+++ b/guix/scripts/environment.scm
@@ -964,5 +964,5 @@ command-line option processing with 'parse-command-line'."
#:pure? pure?))))))))))))))
;;; Local Variables:
-;;; (put 'with-store/maybe 'scheme-indent-function 1)
+;;; eval: (put 'with-store/maybe 'scheme-indent-function 1)
;;; End: