diff options
| author | Teodor Zlatanov | 2011-02-17 12:50:01 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2011-02-17 12:50:01 +0000 |
| commit | a202ff49bf73e0c1be566f04b76282e4a3b8ac73 (patch) | |
| tree | 74b16a9ee2ad15cbaea89ca2f3e51e06dcfea5a8 | |
| parent | 35123c042e9154a0f2b1ebfddba06ba01596f07d (diff) | |
| download | emacs-a202ff49bf73e0c1be566f04b76282e4a3b8ac73.tar.gz emacs-a202ff49bf73e0c1be566f04b76282e4a3b8ac73.zip | |
auth-source.el (auth-source-debug): Default to off.
| -rw-r--r-- | lisp/gnus/ChangeLog | 1 | ||||
| -rw-r--r-- | lisp/gnus/auth-source.el | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 0e5a248c0b2..cc405410db9 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | * auth-source.el (auth-source-netrc-parse): Use :port instead of | 3 | * auth-source.el (auth-source-netrc-parse): Use :port instead of |
| 4 | :protocol and accept a missing user, host, or port as a wildcard match. | 4 | :protocol and accept a missing user, host, or port as a wildcard match. |
| 5 | (auth-source-debug): Default to off. | ||
| 5 | 6 | ||
| 6 | (auth-source-netrc-search, auth-source-netrc-create) | 7 | (auth-source-netrc-search, auth-source-netrc-create) |
| 7 | (auth-source-secrets-search, auth-source-secrets-create) | 8 | (auth-source-secrets-search, auth-source-secrets-create) |
diff --git a/lisp/gnus/auth-source.el b/lisp/gnus/auth-source.el index 42386250c4f..29a3ca06707 100644 --- a/lisp/gnus/auth-source.el +++ b/lisp/gnus/auth-source.el | |||
| @@ -148,7 +148,7 @@ let-binding." | |||
| 148 | :version "23.2" ;; No Gnus | 148 | :version "23.2" ;; No Gnus |
| 149 | :type `boolean) | 149 | :type `boolean) |
| 150 | 150 | ||
| 151 | (defcustom auth-source-debug t | 151 | (defcustom auth-source-debug nil |
| 152 | "Whether auth-source should log debug messages. | 152 | "Whether auth-source should log debug messages. |
| 153 | 153 | ||
| 154 | If the value is nil, debug messages are not logged. | 154 | If the value is nil, debug messages are not logged. |