emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114267: * lisp/erc/erc-desktop-notifications.el (db


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114267: * lisp/erc/erc-desktop-notifications.el (dbus-debug): Declare.
Date: Fri, 13 Sep 2013 07:34:30 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114267
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2013-09-13 00:34:15 -0700
message:
  * lisp/erc/erc-desktop-notifications.el (dbus-debug): Declare.
modified:
  lisp/erc/ChangeLog             changelog-20091113204419-o5vbwnq5f7feedwu-4305
  lisp/erc/erc-desktop-notifications.el 
ercnotifications.el-20120721103905-47e9pm0wmz772ydy-1
=== modified file 'lisp/erc/ChangeLog'
--- a/lisp/erc/ChangeLog        2013-08-22 04:06:45 +0000
+++ b/lisp/erc/ChangeLog        2013-09-13 07:34:15 +0000
@@ -1,3 +1,7 @@
+2013-09-13  Glenn Morris  <address@hidden>
+
+       * erc-desktop-notifications.el (dbus-debug): Declare.
+
 2013-08-22  Stefan Monnier  <address@hidden>
 
        * erc.el: Use lexical-binding.

=== modified file 'lisp/erc/erc-desktop-notifications.el'
--- a/lisp/erc/erc-desktop-notifications.el     2013-05-09 01:40:20 +0000
+++ b/lisp/erc/erc-desktop-notifications.el     2013-09-13 07:34:15 +0000
@@ -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."


reply via email to

[Prev in Thread] Current Thread [Next in Thread]