[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 23.0.60; :enable (mark-active)
From: |
Bastien |
Subject: |
Re: 23.0.60; :enable (mark-active) |
Date: |
Thu, 06 Mar 2008 17:23:33 +0000 |
User-agent: |
Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux) |
"Lennart Borgman (gmail)" <address@hidden> writes:
>> It should be
>>
>> :enable mark-active
>>
>> I will fix this, thanks!
>
> Thanks, but I usually use 'mark-active. Which one is correct here?
It's
:enable mark-active
If you grep the code, the places where you see
:enable 'some-variable
are thos where the is part of
(list ... :enable 'some-variable)
--
Bastien