* notifications.el: Add the requirement of a running D-Bus session

bus to the Commentary.
This commit is contained in:
Michael Albinus 2011-10-24 10:02:02 +02:00
parent db2440b6cc
commit 7f5c46c780
2 changed files with 8 additions and 0 deletions

View 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

View 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))