mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 02:51:31 -08:00
gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs 24.1 release.
This commit is contained in:
parent
e1602f7b59
commit
cd001b8c9b
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2012-03-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
|
||||
24.1 release.
|
||||
|
||||
2012-03-10 David Edmondson <dme@dme.org>
|
||||
|
||||
* mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
|
||||
|
|
|
|||
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue