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: Sun, 24 Feb 2008 18:06:19 -0500 Message-ID: <7kk5kuosyc.fsf@fencepost.gnu.org> References: <200802230625.m1N6PPUB021666@sallyv1.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1203894393 5827 80.91.229.12 (24 Feb 2008 23:06:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 24 Feb 2008 23:06:33 +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 00:06:57 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 1JTPvt-0007pg-4H for geb-bug-gnu-emacs@m.gmane.org; Mon, 25 Feb 2008 00:06:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JTPvN-0002Zb-Fs for geb-bug-gnu-emacs@m.gmane.org; Sun, 24 Feb 2008 18:06:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JTPvJ-0002ZW-Nt for bug-gnu-emacs@gnu.org; Sun, 24 Feb 2008 18:06:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JTPvI-0002XZ-8U for bug-gnu-emacs@gnu.org; Sun, 24 Feb 2008 18:06:21 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JTPvI-0002XO-60 for bug-gnu-emacs@gnu.org; Sun, 24 Feb 2008 18:06:20 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JTPvI-0000iy-3j for bug-gnu-emacs@gnu.org; Sun, 24 Feb 2008 18:06:20 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JTPvH-0001tB-KL; Sun, 24 Feb 2008 18:06:19 -0500 X-Spook: bootleg gamma Merlin S Box North Korea security Al-Qaeda X-Ran: &}AtFs_)f['U^4X!B63 (Dan Nicolaescu's message of "Fri, 22 Feb 2008 22:25:25 -0800") 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:17581 Archived-At: 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.