diff options
| author | Michael Albinus | 2011-10-24 10:02:02 +0200 |
|---|---|---|
| committer | Michael Albinus | 2011-10-24 10:02:02 +0200 |
| commit | 7f5c46c780cb5003aa1fa2c10b0141bef08ca916 (patch) | |
| tree | eb37b82b69d5e49683b02c8feceb5dd143a852dd | |
| parent | db2440b6ccf1a9c098d2c00ef4218a1542f8c8f8 (diff) | |
| download | emacs-7f5c46c780cb5003aa1fa2c10b0141bef08ca916.tar.gz emacs-7f5c46c780cb5003aa1fa2c10b0141bef08ca916.zip | |
* notifications.el: Add the requirement of a running D-Bus session
bus to the Commentary.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/notifications.el | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b20ebccea89..03e0ba3ef89 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-10-24 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * notifications.el: Add the requirement of a running D-Bus session | ||
| 4 | bus to the Commentary. | ||
| 5 | |||
| 1 | 2011-10-24 Juri Linkov <juri@jurta.org> | 6 | 2011-10-24 Juri Linkov <juri@jurta.org> |
| 2 | 7 | ||
| 3 | * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to | 8 | * 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 @@ | |||
| 30 | ;; | 30 | ;; |
| 31 | ;; (require 'notifications) | 31 | ;; (require 'notifications) |
| 32 | 32 | ||
| 33 | ;; For proper usage, Emacs must be started in an environment with an | ||
| 34 | ;; active D-Bus session bus. | ||
| 35 | |||
| 33 | ;;; Code: | 36 | ;;; Code: |
| 34 | (eval-when-compile | 37 | (eval-when-compile |
| 35 | (require 'cl)) | 38 | (require 'cl)) |