From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44612) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eOQZs-0001pF-FS for guix-patches@gnu.org; Mon, 11 Dec 2017 11:05:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eOQZj-0003iG-7a for guix-patches@gnu.org; Mon, 11 Dec 2017 11:05:12 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:48375) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eOQZj-0003i7-3z for guix-patches@gnu.org; Mon, 11 Dec 2017 11:05:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eOQZi-00030A-SG for guix-patches@gnu.org; Mon, 11 Dec 2017 11:05:02 -0500 Subject: bug#29639: [PATCH] gnu: Add emacs-string-inflection. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87zi6ruoen.fsf@apteryx.i-did-not-set--mail-host-address--so-tickle-me> Date: Mon, 11 Dec 2017 17:04:29 +0100 In-Reply-To: <87zi6ruoen.fsf@apteryx.i-did-not-set--mail-host-address--so-tickle-me> (Maxim Cournoyer's message of "Sun, 10 Dec 2017 00:45:20 -0500") Message-ID: <87tvwxxnci.fsf@gnu.org> 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: Maxim Cournoyer Cc: 29639-done@debbugs.gnu.org Maxim Cournoyer skribis: > From 5791a4edbdaa9eb422729d54ad78d1fd646dd05a Mon Sep 17 00:00:00 2001 > From: Maxim Cournoyer > Date: Sun, 10 Dec 2017 00:05:31 -0500 > Subject: [PATCH] gnu: Add emacs-string-inflection. > > * gnu/packages/emacs.scm (emacs-string-inflection): New variable. Applied, thanks!