* notifications.el: Add the requirement of a running D-Bus session
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 24 Oct 2011 08:02:02 +0000 (10:02 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 24 Oct 2011 08:02:02 +0000 (10:02 +0200)
bus to the Commentary.

lisp/ChangeLog
lisp/notifications.el

index b20ebcc..03e0ba3 100644 (file)
@@ -1,3 +1,8 @@
+2011-10-24  Michael Albinus  <michael.albinus@gmx.de>
+
+       * notifications.el: Add the requirement of a running D-Bus session
+       bus to the Commentary.
+
 2011-10-24  Juri Linkov  <juri@jurta.org>
 
        * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
index 42cd40d..a4e7fdd 100644 (file)
@@ -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))