summaryrefslogtreecommitdiff
path: root/lisp/notifications.el
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2011-10-24 10:02:02 +0200
committerMichael Albinus <michael.albinus@gmx.de>2011-10-24 10:02:02 +0200
commit7f5c46c780cb5003aa1fa2c10b0141bef08ca916 (patch)
treeeb37b82b69d5e49683b02c8feceb5dd143a852dd /lisp/notifications.el
parentdb2440b6ccf1a9c098d2c00ef4218a1542f8c8f8 (diff)
downloademacs-7f5c46c780cb5003aa1fa2c10b0141bef08ca916.tar.gz
* notifications.el: Add the requirement of a running D-Bus session
bus to the Commentary.
Diffstat (limited to 'lisp/notifications.el')
-rw-r--r--lisp/notifications.el3
1 files changed, 3 insertions, 0 deletions
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))