emacs-devel
[Top][All Lists]
Advanced

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

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


From: Barry Fishman
Subject: Broken ediff in master (and the bulk lexical scope patches)
Date: Thu, 20 Jun 2019 16:55:33 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

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]