Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a202ff49
Commit
a202ff49
authored
Feb 17, 2011
by
Ted Zlatanov
Committed by
Katsumi Yamaoka
Feb 17, 2011
Browse files
auth-source.el (auth-source-debug): Default to off.
parent
35123c04
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+1
-0
lisp/gnus/auth-source.el
lisp/gnus/auth-source.el
+1
-1
No files found.
lisp/gnus/ChangeLog
View file @
a202ff49
...
...
@@ -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)
...
...
lisp/gnus/auth-source.el
View file @
a202ff49
...
...
@@ -148,7 +148,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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment