[gnus git] branch master updated: =1= Turn off auth-source-debug by default.
Ted Zlatanov <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 0fc67199d3aa4635aaa5fd230f9b14f2385a0559 (commit)
from c8a799f953d5d275175c4b10b4426823813afb66 (commit)
- Log -----------------------------------------------------------------
commit 0fc67199d3aa4635aaa5fd230f9b14f2385a0559
Author: Ted Zlatanov <[email protected]>
Date: Thu Feb 17 06:08:57 2011 -0600
Turn off auth-source-debug by default.
* auth-source.el (auth-source-debug): Default to off.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cf57d78..9e05e74 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,6 +2,7 @@
* auth-source.el (auth-source-netrc-parse): Use :port instead of
:protocol and accept a missing user, host, or port as a wildcard match.
+ (auth-source-debug): Default to off.
(auth-source-netrc-search, auth-source-netrc-create)
(auth-source-secrets-search, auth-source-secrets-create)
diff --git a/lisp/auth-source.el b/lisp/auth-source.el
index e866f6b..a5be129 100644
--- a/lisp/auth-source.el
+++ b/lisp/auth-source.el
@@ -158,7 +158,7 @@ let-binding."
:version "23.2" ;; No Gnus
:type `boolean)
-(defcustom auth-source-debug t
+(defcustom auth-source-debug nil
"Whether auth-source should log debug messages.
If the value is nil, debug messages are not logged.
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 1 +
lisp/auth-source.el | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project