From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48419) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ctVx8-0006EZ-8Y for guix-patches@gnu.org; Thu, 30 Mar 2017 05:01:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ctVx3-0007OO-DH for guix-patches@gnu.org; Thu, 30 Mar 2017 05:01:10 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:53719) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ctVx3-0007N3-Af for guix-patches@gnu.org; Thu, 30 Mar 2017 05:01:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ctVx0-00013g-Tc for guix-patches@gnu.org; Thu, 30 Mar 2017 05:01:02 -0400 Subject: bug#26292: [PATCH] gnu: Add emacs-linum-relative. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <5eab676a.AEQAIn4JcBUAAAAAAAAAAAOtUOAAAAACwQwAAAAAAAW9WABY213b@mailjet.com> Date: Thu, 30 Mar 2017 11:00:40 +0200 In-Reply-To: <5eab676a.AEQAIn4JcBUAAAAAAAAAAAOtUOAAAAACwQwAAAAAAAW9WABY213b@mailjet.com> (Arun Isaac's message of "Wed, 29 Mar 2017 12:40:04 +0530") Message-ID: <87fuhv3zrb.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: Arun Isaac Cc: 26292-done@debbugs.gnu.org Arun Isaac skribis: > * gnu/packages/emacs.scm (emacs-linum-relative): New variable. Applied, thanks!