emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r103318: auth-source.el (auth-source-


From: Katsumi Yamaoka
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103318: auth-source.el (auth-source-debug): Default to off.
Date: Thu, 17 Feb 2011 12:50:01 +0000
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103318
author: Teodor Zlatanov <address@hidden>
committer: Katsumi Yamaoka <address@hidden>
branch nick: trunk
timestamp: Thu 2011-02-17 12:50:01 +0000
message:
  auth-source.el (auth-source-debug): Default to off.
modified:
  lisp/gnus/ChangeLog
  lisp/gnus/auth-source.el
=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2011-02-17 12:08:48 +0000
+++ b/lisp/gnus/ChangeLog       2011-02-17 12:50:01 +0000
@@ -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)

=== modified file 'lisp/gnus/auth-source.el'
--- a/lisp/gnus/auth-source.el  2011-02-17 12:08:48 +0000
+++ b/lisp/gnus/auth-source.el  2011-02-17 12:50:01 +0000
@@ -148,7 +148,7 @@
   :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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]