help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: To `boundp' or not to `boundp'?


From: Alexander Shukaev
Subject: Re: To `boundp' or not to `boundp'?
Date: Tue, 1 Sep 2015 17:53:55 +0200

>> I often see code like this
>>
>> (when (and (boundp 'xxx-mode) xxx-mode)
>>    ...)
>
>
> The "proper" way to do that is to use bound-and-true-p.

Interesting, thanks, Dmitry.



reply via email to

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