From: Michael Albinus Date: Mon, 24 Oct 2011 08:02:02 +0000 (+0200) Subject: * notifications.el: Add the requirement of a running D-Bus session X-Git-Tag: emacs-pretest-24.0.91~37^2~1^2~32 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7f5c46c780cb5003aa1fa2c10b0141bef08ca916;p=emacs.git * notifications.el: Add the requirement of a running D-Bus session bus to the Commentary. --- 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))