emacs-devel
[Top][All Lists]
Advanced

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

Re: 23.0.60; :enable (mark-active)


From: Andreas Schwab
Subject: Re: 23.0.60; :enable (mark-active)
Date: Thu, 06 Mar 2008 18:23:02 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1 (gnu/linux)

"Lennart Borgman (gmail)" <address@hidden> writes:

> Bastien wrote:
>> "Lennart Borgman (gmail)" <address@hidden> writes:
>>
>>> There are a couple of
>>>
>>>   :enable (mark-active)
>>>
>>> in lisp-mode.el. There is no function mark-active, should not the line
>>> above be
>>>
>>>   :enable 'mark-active
>>
>> It should be 
>>
>>     :enable mark-active
>>
>> I will fix this, thanks!
>
> Thanks, but I usually use 'mark-active. Which one is correct here?

Depends on where it is used.  The use here is inside a quoted form,
where 'mark-active would be included as-is (and subsequently always
non-nil when evaluated).

Andreas.

-- 
Andreas Schwab, SuSE Labs, address@hidden
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




reply via email to

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