emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] emacs-25 44c7b49: In xref-collect-references, force ba


From: Stephen Leake
Subject: Re: [Emacs-diffs] emacs-25 44c7b49: In xref-collect-references, force backends to respect the 'dir' arg
Date: Thu, 28 Jan 2016 04:15:32 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (windows-nt)

Dmitry Gutov <address@hidden> writes:

> On 01/22/2016 10:59 AM, Stephen Leake wrote:
>> branch: emacs-25
>> commit 44c7b49d9a8188e8befc85f7e95d074ad4605c6a
>> Author: Stephen Leake <address@hidden>
>> Commit: Stephen Leake <address@hidden>
>>
>>      In xref-collect-references, force backends to respect the 'dir' arg
>>
>>      * lisp/progmodes/xref.el (xref-collect-references): Force symref 
>> backends
>>      to use `default-directory'.
>
> Does this change work fine for you?

Yes.

> The byte compiler complains that ede-minor-mode is an "unused lexical
> variable", so I expect there may be a problem with byte-compiled code.

The `let' either binds the existing global variable, or creates a new
local one; no problems.

> It there _is_ a problem, (defvar ede-minor-mode) should help.

I left that out by mistake.

-- 
-- Stephe



reply via email to

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