* lisp/erc/erc-desktop-notifications.el (dbus-debug): Declare.

This commit is contained in:
Glenn Morris 2013-09-13 00:34:15 -07:00
parent 413f9061af
commit 1143ebe1e0
2 changed files with 6 additions and 0 deletions

View 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.

View 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."