From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: load_charset warning Date: Fri, 01 May 2009 21:17:34 +0900 Message-ID: References: <20090501104053.GB37259@orion.local> <20090501110629.GC37259@orion.local> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1241180280 30387 80.91.229.12 (1 May 2009 12:18:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 1 May 2009 12:18:00 +0000 (UTC) Cc: emacs-devel@gnu.org To: Emanuele Giaquinta Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 01 14:17:50 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Lzrgc-0004hZ-1G for ged-emacs-devel@m.gmane.org; Fri, 01 May 2009 14:17:50 +0200 Original-Received: from localhost ([127.0.0.1]:46775 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lzrgb-0002Nh-DN for ged-emacs-devel@m.gmane.org; Fri, 01 May 2009 08:17:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LzrgT-0002Lz-HS for emacs-devel@gnu.org; Fri, 01 May 2009 08:17:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LzrgP-0002Ke-V8 for emacs-devel@gnu.org; Fri, 01 May 2009 08:17:41 -0400 Original-Received: from [199.232.76.173] (port=56870 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LzrgP-0002KX-HI for emacs-devel@gnu.org; Fri, 01 May 2009 08:17:37 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:38453) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LzrgO-0005DH-VB for emacs-devel@gnu.org; Fri, 01 May 2009 08:17:37 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id n41CHX5R011817; Fri, 1 May 2009 21:17:33 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id n41CHXjU024248; Fri, 1 May 2009 21:17:33 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id n41CHXHo010983; Fri, 1 May 2009 21:17:33 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1LzrgM-0003et-3Q; Fri, 01 May 2009 21:17:34 +0900 In-reply-to: <20090501110629.GC37259@orion.local> (message from Emanuele Giaquinta on Fri, 1 May 2009 13:06:29 +0200) X-detected-operating-system: by monty-python.gnu.org: Solaris 9 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:110586 Archived-At: In article <20090501110629.GC37259@orion.local>, Emanuele Giaquinta writes: > I also noticed a useless assignment to for_encoder, see attached patch. > Emanuele Giaquinta > --WhfpMioaduB5tiZL > Content-Type: text/x-diff; charset=us-ascii > Content-Disposition: attachment; filename="load_charset_map.diff" > diff --git a/src/charset.c b/src/charset.c > index 15975a4..7d9bc2f 100644 > --- a/src/charset.c > +++ b/src/charset.c > @@ -319,7 +319,6 @@ load_charset_map (charset, entries, n_entries, control_flag) > { > memset (temp_charset_work->table.decoder, -1, > sizeof (int) * 0x10000); > - temp_charset_work->for_encoder = 0; > } > else > { Thank you. I committed that change too. --- Kenichi Handa handa@m17n.org