From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [elpa] branch master updated (70b8c35 -> 30f62b7) Date: Thu, 27 Feb 2014 10:35:21 -0500 Message-ID: References: <20140227095543.1410.68168@vcs.savannah.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1393515345 30907 80.91.229.3 (27 Feb 2014 15:35:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Feb 2014 15:35:45 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 27 16:35:49 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WJ2zx-0003sl-92 for ged-emacs-devel@m.gmane.org; Thu, 27 Feb 2014 16:35:45 +0100 Original-Received: from localhost ([::1]:46602 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJ2zw-0000yn-Sg for ged-emacs-devel@m.gmane.org; Thu, 27 Feb 2014 10:35:44 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49715) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJ2zh-0000xQ-Q9 for emacs-devel@gnu.org; Thu, 27 Feb 2014 10:35:37 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WJ2za-0000d5-02 for emacs-devel@gnu.org; Thu, 27 Feb 2014 10:35:29 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:35690) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJ2zZ-0000d0-SR for emacs-devel@gnu.org; Thu, 27 Feb 2014 10:35:21 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av8EABK/CFFFpaMk/2dsb2JhbABEhke4Rxdzgh4BAQQBIwQvKAsLGgIYDgICFBgNiEIGrl+SToEjjD6CFoETA4hhnBmBXoMV X-IPAS-Result: Av8EABK/CFFFpaMk/2dsb2JhbABEhke4Rxdzgh4BAQQBIwQvKAsLGgIYDgICFBgNiEIGrl+SToEjjD6CFoETA4hhnBmBXoMV X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="48888450" Original-Received: from 69-165-163-36.dsl.teksavvy.com (HELO pastel.home) ([69.165.163.36]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 27 Feb 2014 10:35:21 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 2D55360286; Thu, 27 Feb 2014 10:35:21 -0500 (EST) In-Reply-To: <20140227095543.1410.68168@vcs.savannah.gnu.org> (Thien-Thi Nguyen's message of "Thu, 27 Feb 2014 09:55:43 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:169906 Archived-At: > new 30f62b7 [gnugo slog] Fix bug: Avoid =E2=80=98cl-lib=E2=80= =99 funcs; use only macros. Note that the main motivation behind the move to cl-lib is so that it's perfectly acceptable to use cl-lib functions (since they don't pollute the global namespace any more). So if you prefer to avoid cl-lib functions, that's fine, but if you want to use them, that's perfectly fine as well. Stefan