emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r106177: * notifications.el: Add the


From: Michael Albinus
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106177: * notifications.el: Add the requirement of a running D-Bus session
Date: Mon, 24 Oct 2011 10:02:02 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106177
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Mon 2011-10-24 10:02:02 +0200
message:
  * notifications.el: Add the requirement of a running D-Bus session
  bus to the Commentary.
modified:
  lisp/ChangeLog
  lisp/notifications.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-10-24 05:56:04 +0000
+++ b/lisp/ChangeLog    2011-10-24 08:02:02 +0000
@@ -1,3 +1,8 @@
+2011-10-24  Michael Albinus  <address@hidden>
+
+       * notifications.el: Add the requirement of a running D-Bus session
+       bus to the Commentary.
+
 2011-10-24  Juri Linkov  <address@hidden>
 
        * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to

=== modified file 'lisp/notifications.el'
--- a/lisp/notifications.el     2011-10-01 13:19:17 +0000
+++ b/lisp/notifications.el     2011-10-24 08:02:02 +0000
@@ -30,6 +30,9 @@
 ;;
 ;;   (require 'notifications)
 
+;; For proper usage, Emacs must be started in an environment with an
+;; active D-Bus session bus.
+
 ;;; Code:
 (eval-when-compile
   (require 'cl))


reply via email to

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