emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Broken ediff in master (and the bulk lexical scope patches)


From: Kaushal Modi
Subject: Re: Broken ediff in master (and the bulk lexical scope patches)
Date: Thu, 20 Jun 2019 17:17:14 -0400

That switch of ediff to lexical binding has already been reverted (I think it got reverted a day or two back).

--
Kaushal Modi


On Thu, Jun 20, 2019 at 4:55 PM Barry Fishman <address@hidden> wrote:
After building from Emacs master on June 15, I found that the ediff
function no longer works, responding with:

ediff-files-internal: Symbol's value as a variable is void: file-A

This seem to be due to lisp/vm/ediff.el being compiled with lexical
bindings (explicitly).  ediff-files-internal calls ediff-find-file with
its file arguments quoted (as it expects).

How is such code going to be approached?

--
Barry Fishman



reply via email to

[Prev in Thread] Current Thread [Next in Thread]