From 7f5c46c780cb5003aa1fa2c10b0141bef08ca916 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Mon, 24 Oct 2011 10:02:02 +0200 Subject: [PATCH] * notifications.el: Add the requirement of a running D-Bus session bus to the Commentary. --- lisp/ChangeLog | 5 +++++ lisp/notifications.el | 3 +++ 2 files changed, 8 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b20ebccea89..03e0ba3ef89 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2011-10-24 Michael Albinus + + * notifications.el: Add the requirement of a running D-Bus session + bus to the Commentary. + 2011-10-24 Juri Linkov * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to diff --git a/lisp/notifications.el b/lisp/notifications.el index 42cd40df36b..a4e7fdd5425 100644 --- a/lisp/notifications.el +++ b/lisp/notifications.el @@ -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)) -- 2.39.5