[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: scripts: system: Move save-load-path-excursion and save-environme
From: |
Danny Milosavljevic |
Subject: |
01/01: scripts: system: Move save-load-path-excursion and save-environment-excursion macros to the top. |
Date: |
Sat, 15 Apr 2017 06:34:35 -0400 (EDT) |
dannym pushed a commit to branch master
in repository guix.
commit a41134b44219a0aadbad4445586c571b0fbffbbd
Author: Mathieu Othacehe <address@hidden>
Date: Sun Apr 2 15:52:33 2017 +0200
scripts: system: Move save-load-path-excursion and
save-environment-excursion macros to the top.
* guix/scripts/system.scm (save-load-path-excursion,
save-environment-excursion): Move definitions to the top of the file.
It allows to use them in the whole file.
Signed-off-by: Danny Milosavljevic <address@hidden>
---
guix/scripts/system.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/guix/scripts/system.scm b/guix/scripts/system.scm
index b0a794b..57580c8 100644
--- a/guix/scripts/system.scm
+++ b/guix/scripts/system.scm
@@ -2,6 +2,7 @@
;;; Copyright © 2014, 2015, 2016, 2017 Ludovic Courtès <address@hidden>
;;; Copyright © 2016 Alex Kost <address@hidden>
;;; Copyright © 2016, 2017 Chris Marusich <address@hidden>
+;;; Copyright © 2017 Mathieu Othacehe <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;