From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: /srv/bzr/emacs/trunk r108099: Silence byte-compiler warnings. Date: Wed, 2 May 2012 18:19:11 +0200 Message-ID: References: <877gwuhgwx.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1335975605 25709 80.91.229.3 (2 May 2012 16:20:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 2 May 2012 16:20:05 +0000 (UTC) Cc: emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 02 18:20:05 2012 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 1SPcHb-0005DU-Ho for ged-emacs-devel@m.gmane.org; Wed, 02 May 2012 18:20:03 +0200 Original-Received: from localhost ([::1]:50998 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SPcHa-0007Z4-SZ for ged-emacs-devel@m.gmane.org; Wed, 02 May 2012 12:20:02 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:42223) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SPcHT-0007YV-DE for emacs-devel@gnu.org; Wed, 02 May 2012 12:20:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SPcHR-0004gn-ML for emacs-devel@gnu.org; Wed, 02 May 2012 12:19:54 -0400 Original-Received: from mail-pb0-f41.google.com ([209.85.160.41]:63438) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SPcHR-0004gJ-Dx for emacs-devel@gnu.org; Wed, 02 May 2012 12:19:53 -0400 Original-Received: by pbbrp2 with SMTP id rp2so1407872pbb.0 for ; Wed, 02 May 2012 09:19:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=MTosin4bLyOCKFtgry2yS21BLOCxuHjDGi0f2GCZ4Xs=; b=O7HNJLAwePU2Viok2Z5zjF1SUk+y5torXFvubGZAI+hpgQENe9YmFUtcoGz2VCIrxI qxeDSAuLkAjPD/omb76FWek0beTII0PG4Wx7eqZZ9KyB3e+Kpbp+qtlPTKV+GgTlaD+q WF9yno/EiMQ3v5j02ayNQnB8HFNHmHORpy0Mj/xx0AQKl0VO6WGl8qG7ZU58ZXp0GPDW DyQiYKTehAgxon43XtUOTmEAz9N4Q5O3Esymfs6rod6ctxrnx0Bj1wNfRhxDXN5poelw 5RCY9Apos1k9PTw271SKgYUoIH7RRfP9+vF/QF9whEQO5hs9Q9PphHrvCQanYtvaJFoK Wglw== Original-Received: by 10.68.130.67 with SMTP id oc3mr1892980pbb.68.1335975591307; Wed, 02 May 2012 09:19:51 -0700 (PDT) Original-Received: by 10.143.83.9 with HTTP; Wed, 2 May 2012 09:19:11 -0700 (PDT) In-Reply-To: <877gwuhgwx.fsf@gmx.de> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.160.41 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:150217 Archived-At: > Just for curiosity: why that? dbus-debug is declared in dbus.el, and > that package is required in notifications.el. Without the defvar, it causes a warning on Windows: In notifications-get-capabilities: notifications.el:377:23:Warning: reference to free variable `dbus-debug' Wrote c:/emacs/trunk/lisp/notifications.elc =C2=A0 =C2=A0 Juanma