From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] emacs: Replace 'guix-any' with 'cl-some'. Date: Fri, 18 Sep 2015 11:42:36 +0200 Message-ID: <87zj0kvzar.fsf@gnu.org> References: <87io7btstt.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34047) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcsBl-0000NK-OQ for guix-devel@gnu.org; Fri, 18 Sep 2015 05:42:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZcsBi-00076e-IK for guix-devel@gnu.org; Fri, 18 Sep 2015 05:42:41 -0400 In-Reply-To: <87io7btstt.fsf@gmail.com> (Alex Kost's message of "Tue, 15 Sep 2015 21:56:14 +0300") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Alex Kost Cc: guix-devel@gnu.org Alex Kost skribis: > From 0ca666e091735c82a5f197b43bd2317c2b2e4b84 Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Tue, 15 Sep 2015 21:36:23 +0300 > Subject: [PATCH] emacs: Replace 'guix-any' with 'cl-some'. > > * emacs/guix-utils.el (guix-any): Remove. > * emacs/guix-command.el (guix-command-improve-argument): Use 'cl-some' > instead of 'guix-any'. OK, thanks! Ludo'.