From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/58636 Path: main.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.gnus.general Subject: Odd change to gnus.el on v5-10 branch Date: Wed, 29 Sep 2004 06:58:08 +0000 (UTC) Sender: ding-owner@lists.math.uh.edu Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1096441234 16781 80.91.229.6 (29 Sep 2004 07:00:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 29 Sep 2004 07:00:34 +0000 (UTC) Original-X-From: ding-owner+M7174@lists.math.uh.edu Wed Sep 29 09:00:20 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CCYRo-0000JT-00 for ; Wed, 29 Sep 2004 09:00:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1CCYPw-0005NK-00; Wed, 29 Sep 2004 01:58:24 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1CCYPo-0005NE-00 for ding@lists.math.uh.edu; Wed, 29 Sep 2004 01:58:16 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1CCYPo-0005Hz-Er for ding@lists.math.uh.edu; Wed, 29 Sep 2004 01:58:16 -0500 Original-Received: from main.gmane.org (main.gmane.org [80.91.229.2]) by justine.libertine.org (Postfix) with ESMTP id E8BDE3A01F7 for ; Wed, 29 Sep 2004 01:58:13 -0500 (CDT) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CCYPi-00019q-00 for ; Wed, 29 Sep 2004 08:58:11 +0200 Original-Received: from TYO115.gate.nec.co.jp ([202.32.8.237]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Sep 2004 08:58:10 +0200 Original-Received: from miles by TYO115.gate.nec.co.jp with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Sep 2004 08:58:10 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 13 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 202.32.8.237 (Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040917 Firefox/0.9.3) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:58636 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:58636 This change: * gnus.el (gnus-method-to-server): Move defsubst before first use. seems to have simply deleted the `gnus-method-to-server' function entirely, which is odd, as it's still called in places. Mistake? Thanks, -Miles