[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master b2e2128: Use lexical-binding in webjump.el and add tests
From: |
Noam Postavsky |
Subject: |
Re: master b2e2128: Use lexical-binding in webjump.el and add tests |
Date: |
Mon, 18 May 2020 16:23:21 -0400 |
On Mon, 18 May 2020 at 15:40, Lars Ingebrigtsen <address@hidden> wrote:
> (function (lambda (r s)
> Does the `function' here have any meaning, or is it superfluous?
It has meaning, and it's superfluous because the lambda macro expands
into a function form if you omit it.