[gnus git] branch no-gnus updated: m0-1-82-gc2c7dc8 =1= Switch off more debugging
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via c2c7dc83f29746832e8fa333b9ddad5b228e0f07 (commit)
from 74bbf8136fc1ca3a984b996e7689f7d7f6a7299f (commit)
- Log -----------------------------------------------------------------
commit c2c7dc83f29746832e8fa333b9ddad5b228e0f07
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Mon Mar 12 12:13:35 2012 +0100
Switch off more debugging
* gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
24.1 release.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 52da717..666a741 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2012-03-12 Lars Magne Ingebrigtsen <[email protected]>
+
+ * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
+ 24.1 release.
+
2012-03-10 David Edmondson <[email protected]>
* mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
diff --git a/lisp/gnus-int.el b/lisp/gnus-int.el
index 8dc691f..1190d79 100644
--- a/lisp/gnus-int.el
+++ b/lisp/gnus-int.el
@@ -247,7 +247,7 @@ If it is down, start it up (again)."
(eq (nth 1 (assoc method gnus-opened-servers))
'denied))
-(defvar gnus-backend-trace t)
+(defvar gnus-backend-trace nil)
(defun gnus-open-server (gnus-command-method)
"Open a connection to GNUS-COMMAND-METHOD."
-----------------------------------------------------------------------
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 | 5 +++++
lisp/gnus-int.el | 2 +-
2 files changed, 6 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, no-gnus has been updated
hooks/post-receive
--
Gnus Project