From: Glenn Morris Date: Fri, 13 Sep 2013 07:34:15 +0000 (-0700) Subject: * lisp/erc/erc-desktop-notifications.el (dbus-debug): Declare. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1642 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1143ebe1e015b36d0b2da74c1418f3f8b693bb09;p=emacs.git * lisp/erc/erc-desktop-notifications.el (dbus-debug): Declare. --- 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."