From 1143ebe1e015b36d0b2da74c1418f3f8b693bb09 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 13 Sep 2013 00:34:15 -0700 Subject: [PATCH] * lisp/erc/erc-desktop-notifications.el (dbus-debug): Declare. --- lisp/erc/ChangeLog | 4 ++++ lisp/erc/erc-desktop-notifications.el | 2 ++ 2 files changed, 6 insertions(+) diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index e0628dbb80a..70cab5af319 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog @@ -1,3 +1,7 @@ +2013-09-13 Glenn Morris + + * erc-desktop-notifications.el (dbus-debug): Declare. + 2013-08-22 Stefan Monnier * erc.el: Use lexical-binding. 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." -- 2.39.2