merge from trunk
This commit is contained in:
commit
4db1f22b64
2 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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."
|
||||
|
|
Loading…
Add table
Reference in a new issue