[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#19449: 25.0.50; `auto-revert-tail-mode' tries to revert remote files
From: |
Filipp Gunbin |
Subject: |
bug#19449: 25.0.50; `auto-revert-tail-mode' tries to revert remote files even if `auto-revert-remote-files' is nil |
Date: |
Mon, 29 Dec 2014 18:36:12 +0300 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (darwin) |
On 28/12/2014 13:34 +0100, Michael Albinus wrote:
> Filipp Gunbin <fgunbin@fastmail.fm> writes:
>
>> Fix:
>>
>> In `revert' value calculation, `or' is changed to `if'. The "then"
>> clause applies to file-visiting buffers, this is where the result of
>> `file-remote-p' is analyzed. The "else" clause case applies to non-file
>> buffers.
>>
>> Ok to apply?
>
> Looks good to me. Please apply, preferred to the emacs-24 branch.
Applied to emacs-24, thanks.
Sorry for excessive duplication in the commit message.
Filipp