From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/82415 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: [gnus git] branch master updated: m0-5-146-gc789890 =1= art: fix void-function on timer Date: Fri, 19 Oct 2012 23:52:32 +0900 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1350658433 8196 80.91.229.3 (19 Oct 2012 14:53:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 19 Oct 2012 14:53:53 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M30681@lists.math.uh.edu Fri Oct 19 16:54:01 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TPDxX-0003Bm-48 for ding-account@gmane.org; Fri, 19 Oct 2012 16:53:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1TPDwP-0003OU-S2; Fri, 19 Oct 2012 09:52:49 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1TPDwO-0003OJ-P7 for ding@lists.math.uh.edu; Fri, 19 Oct 2012 09:52:48 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1TPDwM-00017q-Ib for ding@lists.math.uh.edu; Fri, 19 Oct 2012 09:52:47 -0500 Original-Received: from mail-halifax.hostforweb.net ([205.234.137.17] helo=halifax.hostforweb.net) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1TPDwK-00064S-NA for ding@gnus.org; Fri, 19 Oct 2012 16:52:44 +0200 Original-Received: from softbank219034144017.bbtec.net ([219.34.144.17]:57976 helo=) by halifax.hostforweb.net with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.77) (envelope-from ) id 1TPDwC-0002jx-CM for ding@gnus.org; Fri, 19 Oct 2012 09:52:37 -0500 Original-References: X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux) Cancel-Lock: sha1:IaCmvXCUHu1V7JEhXuK1+8AIUdo= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - halifax.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -0.0 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:82415 Archived-At: Julien Danjou wrote: > via c789890db17086909f61524cbda85e488e137c88 (commit) > from 7f3eaa332c8b27a8b758b226b97db09e63e2a765 (commit) > +2012-10-19 Julien Danjou > + > + * gnus-art.el: Require gnus-util because it uses > + `gnus-timer--function'. > + Again, but why it's needed? gnus-art requires gnus, and gnus requires gnus-util.