From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Free variable warning about bbdb-version (bug#19678) Date: Fri, 06 Mar 2015 12:42:38 -0500 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1425665939 7875 80.91.229.3 (6 Mar 2015 18:18:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 6 Mar 2015 18:18:59 +0000 (UTC) Cc: emacs-devel@gnu.org To: Thomas Fitzsimmons Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 06 19:18:52 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YTwpo-0001IV-FA for ged-emacs-devel@m.gmane.org; Fri, 06 Mar 2015 19:18:52 +0100 Original-Received: from localhost ([::1]:59682 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTwpn-0003vL-QR for ged-emacs-devel@m.gmane.org; Fri, 06 Mar 2015 13:18:51 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46933) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTwpY-0003vG-8k for emacs-devel@gnu.org; Fri, 06 Mar 2015 13:18:37 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YTwpT-0008Oj-Av for emacs-devel@gnu.org; Fri, 06 Mar 2015 13:18:36 -0500 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:54888) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTwpT-0008OT-4X for emacs-devel@gnu.org; Fri, 06 Mar 2015 13:18:31 -0500 Original-Received: from alfajor.home (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id t26IIOKp016989; Fri, 6 Mar 2015 13:18:26 -0500 Original-Received: by alfajor.home (Postfix, from userid 20848) id AFEEE644A1; Fri, 6 Mar 2015 12:42:38 -0500 (EST) In-Reply-To: (Thomas Fitzsimmons's message of "Fri, 06 Mar 2015 03:48:39 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Level: X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0.2 X-NAI-Spam-Rules: 2 Rules triggered GEN_SPAM_FEATRE=0.2, RV5237=0 X-NAI-Spam-Version: 2.3.0.9393 : core <5237> : inlines <2377> : streams <1401022> : uri <1872992> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:183700 Archived-At: > (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 '). Stefan