]> code.delx.au - gnu-emacs/commitdiff
* lisp/erc/erc-desktop-notifications.el (dbus-debug): Declare.
authorGlenn Morris <rgm@gnu.org>
Fri, 13 Sep 2013 07:34:15 +0000 (00:34 -0700)
committerGlenn Morris <rgm@gnu.org>
Fri, 13 Sep 2013 07:34:15 +0000 (00:34 -0700)
lisp/erc/ChangeLog
lisp/erc/erc-desktop-notifications.el

index e0628dbb80a328703cbc10cd668bba959251d0d1..70cab5af3197fcc9fedda6113c9350bb69cb7a49 100644 (file)
@@ -1,3 +1,7 @@
+2013-09-13  Glenn Morris  <rgm@gnu.org>
+
+       * erc-desktop-notifications.el (dbus-debug): Declare.
+
 2013-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * erc.el: Use lexical-binding.
index ac6c202b18a097b45751a2289cee8e4fb3cdcb88..60c49cc8870eab09f69755ee639548d8977ce4b2 100644 (file)
@@ -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."