From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] Use cl-lib rather than cl variants in org-drill Date: Sun, 23 Jul 2017 11:09:23 +0200 Message-ID: <87tw23mse4.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58495) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dZCtG-0002Mc-Ga for emacs-orgmode@gnu.org; Sun, 23 Jul 2017 05:09:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dZCtB-0005B3-JB for emacs-orgmode@gnu.org; Sun, 23 Jul 2017 05:09:30 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:43085) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dZCtB-00059R-Cj for emacs-orgmode@gnu.org; Sun, 23 Jul 2017 05:09:25 -0400 In-Reply-To: (Stig Brautaset's message of "Fri, 14 Jul 2017 20:57:39 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Stig Brautaset Cc: Org Mode Hello, Stig Brautaset writes: > org-drill requires only cl-lib rather than cl, so should use cl-gensym > rather than gensym I believe. > > From 1eef99d550e467bf4a3eaf6bdbe4d3a482f6c187 Mon Sep 17 00:00:00 2001 > From: Stig Brautaset > Date: Fri, 14 Jul 2017 20:45:37 +0100 > Subject: [PATCH 2/3] org-drill.el: use cl-gensym rather than gensym > > cl-lib is already required by this file, but cl is not. Applied. Thank you. Regards, -- Nicolas Goaziou