From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: /srv/bzr/emacs/trunk r108099: Silence byte-compiler warnings. Date: Wed, 02 May 2012 15:05:34 +0200 Message-ID: <877gwuhgwx.fsf@gmx.de> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1335963961 2639 80.91.229.3 (2 May 2012 13:06:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 2 May 2012 13:06:01 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 02 15:05:59 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 1SPZFh-0003LC-TU for ged-emacs-devel@m.gmane.org; Wed, 02 May 2012 15:05:54 +0200 Original-Received: from localhost ([::1]:51240 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SPZFh-0003J6-3L for ged-emacs-devel@m.gmane.org; Wed, 02 May 2012 09:05:53 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:41849) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SPZFa-0003Gn-HC for emacs-devel@gnu.org; Wed, 02 May 2012 09:05:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SPZFT-0006mC-Q8 for emacs-devel@gnu.org; Wed, 02 May 2012 09:05:46 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:42368) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1SPZFT-0006lh-ER for emacs-devel@gnu.org; Wed, 02 May 2012 09:05:39 -0400 Original-Received: (qmail invoked by alias); 02 May 2012 13:05:37 -0000 Original-Received: from p57BB94F1.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.148.241] by mail.gmx.net (mp010) with SMTP; 02 May 2012 15:05:37 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX18tpQVSNCAt0dwLLjQ5YVlTG+9QVkuhaUZiwnb9Ez YlJTLjXv1XSZKI In-Reply-To: (Juanma Barranquero's message of "Wed, 02 May 2012 13:38:01 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 213.165.64.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:150211 Archived-At: Juanma Barranquero writes: Hi Juanma, > === modified file 'lisp/notifications.el' > --- a/lisp/notifications.el 2012-04-24 21:47:24 +0000 > +++ b/lisp/notifications.el 2012-05-02 11:38:01 +0000 > @@ -344,6 +344,8 @@ > notifications-close-notification-method > :int32 id)) > > +(defvar dbus-debug) ; used in the macroexpansion of dbus-ignore-errors > + > (defun notifications-get-capabilities () > "Return the capabilities of the notification server, a list of strings. > The following capabilities can be expected: Just for curiosity: why that? dbus-debug is declared in dbus.el, and that package is required in notifications.el. Best regards, Michael.