From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57622) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1evUlh-0003FE-IN for guix-patches@gnu.org; Mon, 12 Mar 2018 17:14:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1evUle-00058R-CC for guix-patches@gnu.org; Mon, 12 Mar 2018 17:14:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49678) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1evUle-00058H-96 for guix-patches@gnu.org; Mon, 12 Mar 2018 17:14:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1evUle-0003lr-1P for guix-patches@gnu.org; Mon, 12 Mar 2018 17:14:02 -0400 Subject: [bug#30604] [PATCH v10 1/6] linux-modules: Add "modules.alias" writer. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87ina1qxic.fsf@gnu.org> <20180312123918.22645-1-ludo@gnu.org> <20180312205444.07c05f4c@scratchpost.org> Date: Mon, 12 Mar 2018 22:13:26 +0100 In-Reply-To: <20180312205444.07c05f4c@scratchpost.org> (Danny Milosavljevic's message of "Mon, 12 Mar 2018 20:54:44 +0100") Message-ID: <87muzdknex.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: 30604@debbugs.gnu.org Danny Milosavljevic skribis: >> +(define %not-dash >> + (char-set-complement (char-set #\-))) > > Is that used? Oops, not until patch 6/6. I=E2=80=99ve moved it there. Ludo=E2=80=99.