summaryrefslogtreecommitdiff
path: root/lisp/erc/erc-desktop-notifications.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2013-09-13 00:34:15 -0700
committerGlenn Morris <rgm@gnu.org>2013-09-13 00:34:15 -0700
commit1143ebe1e015b36d0b2da74c1418f3f8b693bb09 (patch)
tree6074a72690e8b32bca90ab3496238c4f5f561b93 /lisp/erc/erc-desktop-notifications.el
parent413f9061afd494139410725dff836f2d27a17ab8 (diff)
downloademacs-1143ebe1e015b36d0b2da74c1418f3f8b693bb09.tar.gz
* lisp/erc/erc-desktop-notifications.el (dbus-debug): Declare.
Diffstat (limited to 'lisp/erc/erc-desktop-notifications.el')
-rw-r--r--lisp/erc/erc-desktop-notifications.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/erc/erc-desktop-notifications.el b/lisp/erc/erc-desktop-notifications.el
index ac6c202b18a..60c49cc8870 100644
--- a/lisp/erc/erc-desktop-notifications.el
+++ b/lisp/erc/erc-desktop-notifications.el
@@ -46,6 +46,8 @@
:group 'erc-notifications
:type '(choice (const :tag "No icon" nil) file))
+(defvar dbus-debug) ; used in the macroexpansion of dbus-ignore-errors
+
(defun erc-notifications-notify (nick msg)
"Notify that NICK send some MSG.
This will replace the last notification sent with this function."