From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40035) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1czM5d-0002re-Tc for guix-patches@gnu.org; Sat, 15 Apr 2017 07:42:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1czM5a-0006xx-Rw for guix-patches@gnu.org; Sat, 15 Apr 2017 07:42:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49738) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1czM5a-0006xm-O7 for guix-patches@gnu.org; Sat, 15 Apr 2017 07:42:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1czM5a-0004Cp-Ff for guix-patches@gnu.org; Sat, 15 Apr 2017 07:42:02 -0400 Subject: bug#26339: [PATCH 09/18] scripts: system: Move save-load-path-excursion and save-environment-excursion macros to the top. Resent-Message-ID: References: <20170402135242.2958-1-m.othacehe@gmail.com> <20170402135242.2958-9-m.othacehe@gmail.com> <20170415123517.581a088d@scratchpost.org> <8760i6ne2v.fsf@gmail.com> <20170415133007.7a68bc31@scratchpost.org> From: Mathieu Othacehe In-reply-to: <20170415133007.7a68bc31@scratchpost.org> Date: Sat, 15 Apr 2017 13:41:40 +0200 Message-ID: <874lxpoq2z.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Danny Milosavljevic Cc: 26339@debbugs.gnu.org > Yes, sorry. Added follow-up commit 475e2ce211ac05a814c1f1bc2b9648baa17ad369. Thanks, there's still a small problem, The renaming operating-system-grub.cfg -> operating-system-bootcfg was introduced by mistake in commit 475e2ce. Mathieu