From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id sB9BHC7qtV/JDAAA0tVLHw (envelope-from ) for ; Thu, 19 Nov 2020 03:44:46 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id +AUIGC7qtV+3NQAAB5/wlQ (envelope-from ) for ; Thu, 19 Nov 2020 03:44:46 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 194609403CD for ; Thu, 19 Nov 2020 03:44:46 +0000 (UTC) Received: from localhost ([::1]:39334 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kfasH-0000XP-2Q for larch@yhetil.org; Wed, 18 Nov 2020 22:44:45 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:39152) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kfarv-0000XI-Ui for emacs-orgmode@gnu.org; Wed, 18 Nov 2020 22:44:23 -0500 Received: from mail-ed1-f41.google.com ([209.85.208.41]:41673) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kfart-0002X2-E1 for emacs-orgmode@gnu.org; Wed, 18 Nov 2020 22:44:23 -0500 Received: by mail-ed1-f41.google.com with SMTP id t9so4321320edq.8 for ; Wed, 18 Nov 2020 19:44:20 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:in-reply-to:references:mime-version:date :message-id:subject:to:cc; bh=Ggh8yMyTkIFb8keyki7F8l3L7X5akHDWQe06Bvxqe0A=; b=UrnsbEQ0EnlCc9jHVn6xBb/Kd7OghsWa0UaI4KRELkOAhVLrpHo/vxdqu4UWA5ZoLs +RjvZbDWLBQBlAiii7w96nIeFIWYCvQK3uVfBm3sP0P5OGlZWpLl+XunhyO6t0+WnD6w E+xa+LaqU+lsGnkau2L37T3N2u1F8MBx5u1KxjXH9mk2Lxq0i20G3vJ+RDUBd0QVD2uJ 7KxzE8jHzx03VkV5YeFin+s8uVzUeLpE84JSJp8QJdQYjZRXnL3wiVyPPK7ZQOJ5U9++ ab01rTL892coE0EZgusGQ0S1o3a9+M1kWPg64j3gHr2VDfGGaTQ1ksI/8m2Yl2He4A4N BIUQ== X-Gm-Message-State: AOAM531bxKEZIVH66xyrIWkRF0yQ5Ad9FdyLbLx1KNeBiXoNsEmwJQqb YinuSkGG4jRSESTwLVdCex8mExB7IslYjK+occ/ovf9vo1c= X-Google-Smtp-Source: ABdhPJwe3xTez6LeDNGrPRHh24+U0Q3npZunDPqcMUHyJ/l12fX3TQE90q1lCbT888CSGJ6Qox7k2OK4QKxPd2vc5m4= X-Received: by 2002:a50:bb25:: with SMTP id y34mr28179267ede.249.1605757459886; Wed, 18 Nov 2020 19:44:19 -0800 (PST) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Wed, 18 Nov 2020 19:44:19 -0800 From: Stefan Kangas In-Reply-To: <87tutm11tg.fsf@kyleam.com> References: <87tutm11tg.fsf@kyleam.com> MIME-Version: 1.0 Date: Wed, 18 Nov 2020 19:44:19 -0800 Message-ID: Subject: Re: [PATCH] Remove redundant 'function's around lambda To: Kyle Meyer Content-Type: text/plain; charset="UTF-8" Received-SPF: pass client-ip=209.85.208.41; envelope-from=stefankangas@gmail.com; helo=mail-ed1-f41.google.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/11/18 22:44:20 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -13 X-Spam_score: -1.4 X-Spam_bar: - X-Spam_report: (-1.4 / 5.0 requ) BAYES_00=-1.9, FREEMAIL_FORGED_FROMDOMAIN=0.249, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Org-mode Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Spam-Score: -1.01 X-TUID: Yky+iuIY/G/E Kyle Meyer writes: > All these look good to me except this unrelated whitespace change, which > actually touches the change ported from your 61dca6e92a (Don't quote > lambdas in several places, 2020-11-14) in the Emacs repo. I must have included that part by mistake, sorry about that. > Org files don't use a consistent style, despite Org's .dir-locals.el > setting indent-tabs-mode to t, which should probably be changed to match > Emacs's nil value. At any rate, I've dropped this hunk since it's not > actually making the advertised change, and pushed the rest with > 1a480e01a. Thanks!