From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: Re: assignment to free variable byte compiler warnings Date: Mon, 25 Feb 2008 03:15:49 -0500 Message-ID: <7g4pbxwix6.fsf@fencepost.gnu.org> References: <200802230625.m1N6PPUB021666@sallyv1.ics.uci.edu> <7kk5kuosyc.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1203929758 21628 80.91.229.12 (25 Feb 2008 08:55:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Feb 2008 08:55:58 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: Dan Nicolaescu Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Feb 25 09:56:23 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JTZ8I-0005kR-8C for geb-bug-gnu-emacs@m.gmane.org; Mon, 25 Feb 2008 09:56:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JTZ7m-0002p2-Jm for geb-bug-gnu-emacs@m.gmane.org; Mon, 25 Feb 2008 03:55:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JTZ6G-0001Z7-M5 for bug-gnu-emacs@gnu.org; Mon, 25 Feb 2008 03:54:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JTZ6D-0001Ul-Fl for bug-gnu-emacs@gnu.org; Mon, 25 Feb 2008 03:54:14 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JTZ6B-0001TF-Jb for bug-gnu-emacs@gnu.org; Mon, 25 Feb 2008 03:54:11 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JTZ6B-0002V5-98 for bug-gnu-emacs@gnu.org; Mon, 25 Feb 2008 03:54:11 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JTYV3-00044Q-IZ; Mon, 25 Feb 2008 03:15:49 -0500 X-Spook: IMF Semtex SWAT Rumsfeld Honduras cybercash security X-Ran: W/`O2*.NDOcP(e~>')gDx[aL0?bjk[jDGX&)J'n2NqA|0xRki*AnuwId[*4*^?@,OxH]^% X-Hue: blue X-Attribution: GM In-Reply-To: <7kk5kuosyc.fsf@fencepost.gnu.org> (Glenn Morris's message of "Sun, 24 Feb 2008 18:06:19 -0500") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:17584 Archived-At: Glenn Morris wrote: > Dan Nicolaescu wrote: > >> In vc-sccs-diff: >> vc-sccs.el:316:40:Warning: reference to free variable `file' > > I believe I fixed all except this one. That one is done now as well.