emacs-devel
[Top][All Lists]
Advanced

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

Re: /srv/bzr/emacs/trunk r108099: Silence byte-compiler warnings.


From: Michael Albinus
Subject: Re: /srv/bzr/emacs/trunk r108099: Silence byte-compiler warnings.
Date: Wed, 02 May 2012 15:05:34 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

Juanma Barranquero <address@hidden> 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.



reply via email to

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