* notifications.el: Add the requirement of a running D-Bus session
bus to the Commentary.
This commit is contained in:
parent
db2440b6cc
commit
7f5c46c780
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue