From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:42312) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h8M4Q-00054l-V9 for guix-patches@gnu.org; Mon, 25 Mar 2019 05:39:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h8M4P-0002HE-2N for guix-patches@gnu.org; Mon, 25 Mar 2019 05:39:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:43990) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h8M4M-00028Z-Ug for guix-patches@gnu.org; Mon, 25 Mar 2019 05:39:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h8M4M-0007y7-MC for guix-patches@gnu.org; Mon, 25 Mar 2019 05:39:02 -0400 Subject: bug#34963: [PATCH] Add emacs-prescient Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Mon, 25 Mar 2019 10:38:36 +0100 In-Reply-To: (Brian Leung's message of "Sun, 24 Mar 2019 01:03:53 +0100") Message-ID: <87sgvbxpib.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: Brian Leung Cc: 34963-done@debbugs.gnu.org Brian Leung skribis: > From df74f04ba2adb1e2e9067ec453647c767d9b8c48 Mon Sep 17 00:00:00 2001 > From: Brian Leung > Date: Sun, 24 Mar 2019 00:59:47 +0100 > Subject: [PATCH] gnu: Add emacs-prescient. > > * gnu/packages/emacs-xyz.scm (emacs-prescient): New variable. [...] > + (synopsis "A library that sorts and filters lists of candidates") I removed the =E2=80=9CA=E2=80=9D as =E2=80=98guix lint=E2=80=99 suggested = :-) and committed, thanks!