[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [gmane.emacs.sources] dir-locals.el
From: |
Chong Yidong |
Subject: |
Re: [gmane.emacs.sources] dir-locals.el |
Date: |
Tue, 20 Jun 2006 18:23:11 -0400 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) |
Chong Yidong <address@hidden> writes:
> address@hidden (Kim F. Storm) writes:
>
>> Before, hack-local-variables-hook was run unconditionally at the end
>> of hack-local-variables, but now it is only run if the file has local
>> variables.
>>
>> Is that change intentional or just an oversight?
>
> It is an oversight. This little patch should fix it; I'll install it
> over the next few days.
I checked it in.