emacs-devel
[Top][All Lists]
Advanced

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

Re: Free variable warning about bbdb-version (bug#19678)


From: Stefan Monnier
Subject: Re: Free variable warning about bbdb-version (bug#19678)
Date: Fri, 06 Mar 2015 12:42:38 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> (if (version<= "3" bbdb-version) ...)

BTW, in many cases instead of checking such a version variable, you can
use a test of the form (fboundp '<somefunctionyouneed>).


        Stefan



reply via email to

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