[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: /srv/bzr/emacs/trunk r108099: Silence byte-compiler warnings.
From: |
Juanma Barranquero |
Subject: |
Re: /srv/bzr/emacs/trunk r108099: Silence byte-compiler warnings. |
Date: |
Wed, 2 May 2012 18:19:11 +0200 |
> 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
Juanma