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: Dmitry Gutov
Subject: Re: To `boundp' or not to `boundp'?
Date: Tue, 1 Sep 2015 18:51:55 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:40.0) Gecko/20100101 Thunderbird/40.0

On 09/01/2015 06:50 PM, Alexander Shukaev wrote:

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.




reply via email to

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