[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 79a3ad9: Require secrets.el iif Emacs has dbusbind
From: |
Tino Calancha |
Subject: |
[Emacs-diffs] master 79a3ad9: Require secrets.el iif Emacs has dbusbind support |
Date: |
Thu, 5 Apr 2018 21:11:06 -0400 (EDT) |
branch: master
commit 79a3ad95923b81e9a12115a6815ab92545233090
Author: Tino Calancha <address@hidden>
Commit: Tino Calancha <address@hidden>
Require secrets.el iif Emacs has dbusbind support
* test/lisp/net/secrets-tests.el: Require secrets.el if
and only if, Emacs has been compiled with dbusbind support.
---
test/lisp/net/secrets-tests.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/lisp/net/secrets-tests.el b/test/lisp/net/secrets-tests.el
index 352a7c3..d0c0d6f 100644
--- a/test/lisp/net/secrets-tests.el
+++ b/test/lisp/net/secrets-tests.el
@@ -20,7 +20,7 @@
;;; Code:
(require 'ert)
-(require 'secrets)
+(when (featurep 'dbusbind) (require 'secrets))
(require 'notifications)
;; We do not want chatty messages.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] master 79a3ad9: Require secrets.el iif Emacs has dbusbind support,
Tino Calancha <=