[gnus git] branch master updated: m0-7-128-g13a1c6c =1= * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
Ted Zlatanov <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 13a1c6cac693fef51298e6858c670af67d98b64d (commit)
from 9aab394efb7f206efb86bf485dd099db6e7fa35e (commit)
- Log -----------------------------------------------------------------
commit 13a1c6cac693fef51298e6858c670af67d98b64d
Author: Ted Zlatanov <[email protected]>
Date: Tue Jun 18 14:54:56 2013 -0400
* auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ea5e3a7..cefe450 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-18 Teodor Zlatanov <[email protected]>
+
+ * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
+
2013-06-18 Lars Magne Ingebrigtsen <[email protected]>
* shr.el (shr-make-table-1): Implement <td rowspan>.
diff --git a/lisp/auth-source.el b/lisp/auth-source.el
index a382419..c7acbb4 100644
--- a/lisp/auth-source.el
+++ b/lisp/auth-source.el
@@ -1088,8 +1088,8 @@ Note that the MAX parameter is used so we can exit the parse early."
(when (and alist
(or default
(equal item "machine")))
- (auth-source-do-trivia
- "auth-source-netrc-parse-entries: got entry %S" alist)
+ ;; (auth-source-do-trivia
+ ;; "auth-source-netrc-parse-entries: got entry %S" alist)
(setq all (funcall adder check alist all)
alist nil))
;; In default entries, we don't have a next token.
@@ -1111,8 +1111,9 @@ Note that the MAX parameter is used so we can exit the parse early."
;; Clean up: if there's an entry left over, use it.
(when alist
(setq all (funcall adder check alist all))
- (auth-source-do-trivia
- "auth-source-netrc-parse-entries: got2 entry %S" alist))
+ ;; (auth-source-do-trivia
+ ;; "auth-source-netrc-parse-entries: got2 entry %S" alist)
+ )
(nreverse all)))
(defvar auth-source-passphrase-alist nil)
-----------------------------------------------------------------------
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 | 4 ++++
lisp/auth-source.el | 9 +++++----
2 files changed, 9 insertions(+), 4 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