summaryrefslogtreecommitdiff
path: root/lisp/net/secrets.el
diff options
context:
space:
mode:
authorTed Zlatanov <tzz@lifelogs.com>2010-03-20 14:21:44 -0500
committerTed Zlatanov <tzz@lifelogs.com>2010-03-20 14:21:44 -0500
commitf05e1b9401d40b0abfc9cd1666e1ec2bdf14881f (patch)
tree92533b736caa006ee0aeb490701203e413668dfa /lisp/net/secrets.el
parent801ba3ba40721b5c42930c3df70b405509374ee3 (diff)
downloademacs-f05e1b9401d40b0abfc9cd1666e1ec2bdf14881f.tar.gz
Fix unbalanced parenthesis in secrets.el.
Fix parenthesis. (secrets-enabled): Fix parenthesis.
Diffstat (limited to 'lisp/net/secrets.el')
-rw-r--r--lisp/net/secrets.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/net/secrets.el b/lisp/net/secrets.el
index 5fa10e284a4..c45f6fbb276 100644
--- a/lisp/net/secrets.el
+++ b/lisp/net/secrets.el
@@ -149,7 +149,7 @@
(require 'dbus)
(defvar secrets-enabled nil
- "Whether there is a daemon offering the Secret Service API."
+ "Whether there is a daemon offering the Secret Service API.")
(defvar secrets-debug t
"Write debug messages")
@@ -693,7 +693,7 @@ If there is no such item, or the item doesn't own this attribute, return nil."
;; We shall inform, whether the secret service is enabled on this
;; machine.
- (setq secrets-enabled t)))
+ (setq secrets-enabled t))
(provide 'secrets)