From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Let apply-partially make use of lexical binding in subr.el Date: Tue, 27 Jan 2015 17:12:49 +0100 Message-ID: <87ppa0kxry.fsf@fencepost.gnu.org> References: <1422215137-1653-1-git-send-email-dak@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1422375205 23616 80.91.229.3 (27 Jan 2015 16:13:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 27 Jan 2015 16:13:25 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 27 17:13:25 2015 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 1YG8lY-00084N-Fm for ged-emacs-devel@m.gmane.org; Tue, 27 Jan 2015 17:13:24 +0100 Original-Received: from localhost ([::1]:48210 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YG8lX-0006Ki-Ob for ged-emacs-devel@m.gmane.org; Tue, 27 Jan 2015 11:13:23 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34798) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YG8lA-0006Hi-Cd for emacs-devel@gnu.org; Tue, 27 Jan 2015 11:13:01 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YG8l9-0002Ll-EB for emacs-devel@gnu.org; Tue, 27 Jan 2015 11:13:00 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:56142) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YG8l9-0002Lg-Bo for emacs-devel@gnu.org; Tue, 27 Jan 2015 11:12:59 -0500 Original-Received: from localhost ([127.0.0.1]:35084 helo=lola) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YG8l8-0005cS-Ve for emacs-devel@gnu.org; Tue, 27 Jan 2015 11:12:59 -0500 Original-Received: by lola (Postfix, from userid 1000) id 05495E0EFD; Tue, 27 Jan 2015 17:12:50 +0100 (CET) In-Reply-To: <1422215137-1653-1-git-send-email-dak@gnu.org> (David Kastrup's message of "Sun, 25 Jan 2015 20:45:37 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e 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:181836 Archived-At: David Kastrup writes: > * subr.el (apply-partially): Use lexical binding here. > > See > > for discussion. > --- > lisp/ChangeLog | 4 ++++ > lisp/subr.el | 4 ++-- > 2 files changed, 6 insertions(+), 2 deletions(-) Anything wrong with this one? No reply, and not applied either. -- David Kastrup