From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35443) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d9TEY-0003Bk-1M for guix-patches@gnu.org; Sat, 13 May 2017 05:21:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d9TEU-00018t-Uw for guix-patches@gnu.org; Sat, 13 May 2017 05:21:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39099) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d9TEU-00018n-R4 for guix-patches@gnu.org; Sat, 13 May 2017 05:21:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d9TEU-0005UQ-Md for guix-patches@gnu.org; Sat, 13 May 2017 05:21:02 -0400 Subject: bug#26839: [PATCH] system: Export 'read-boot-parameters'. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Alex Kost References: <877f1rm910.fsf@gmail.com> <20170508222548.7cc41e6d@scratchpost.org> Date: Sat, 13 May 2017 12:20:35 +0300 In-Reply-To: <20170508222548.7cc41e6d@scratchpost.org> (Danny Milosavljevic's message of "Mon, 8 May 2017 22:25:48 +0200") Message-ID: <87h90pxgd8.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: 26839-done@debbugs.gnu.org Danny Milosavljevic (2017-05-08 22:25 +0200) wrote: > Hi Alex, > > On Mon, 08 May 2017 22:40:59 +0300 > Alex Kost wrote: > >> Hello, commit 9530e73b496fefe65dcb936825b6beda79f7fdf2 removed an export >> line for 'read-boot-parameters'. >> >> That procedure was used by Emacs-Guix code, and now >> "M-x guix-system-generations" fails, so do you mind if >> 'read-boot-parameters' will be exported again? > > LGTM. Committed, thanks for looking at it! -- Alex