[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Ownership change on save.
From: |
Michael Albinus |
Subject: |
Re: Ownership change on save. |
Date: |
Thu, 05 Jul 2012 08:59:47 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) |
Russell Sim <address@hidden> writes:
> Hi,
Hi Russell,
> The problem is file-attrs are being stored as floats so when it comes to
> deciding if the ownership needs to be changed the eq comparison fails.
> I have included a patch that changes these tests to eql operations which
> support floating point number comparisons.
Thanks for the patch! I've applied it slightly modified (I prefer
explicit coding, therefore I've used `=' instead of `eql').
> Thanks,
> Russell
Best regards, Michael.