From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r112051: Optimize ASCII file reading with EOL format detection and decoding. Date: Fri, 15 Mar 2013 13:06:37 -0700 Message-ID: <51437F4D.3040603@cs.ucla.edu> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1363378014 19501 80.91.229.3 (15 Mar 2013 20:06:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 15 Mar 2013 20:06:54 +0000 (UTC) Cc: "K. Handa" , Emacs developers To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 15 21:07:19 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UGauM-0006Kh-7W for ged-emacs-devel@m.gmane.org; Fri, 15 Mar 2013 21:07:18 +0100 Original-Received: from localhost ([::1]:51536 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGaty-0001Sj-Ru for ged-emacs-devel@m.gmane.org; Fri, 15 Mar 2013 16:06:54 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:33536) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGatw-0001Rf-0n for emacs-devel@gnu.org; Fri, 15 Mar 2013 16:06:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UGatu-00071Y-VY for emacs-devel@gnu.org; Fri, 15 Mar 2013 16:06:51 -0400 Original-Received: from smtp.cs.ucla.edu ([131.179.128.62]:40587) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGatu-0006zm-Qa; Fri, 15 Mar 2013 16:06:50 -0400 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.cs.ucla.edu (Postfix) with ESMTP id DE847A60056; Fri, 15 Mar 2013 13:06:43 -0700 (PDT) X-Virus-Scanned: amavisd-new at smtp.cs.ucla.edu Original-Received: from smtp.cs.ucla.edu ([127.0.0.1]) by localhost (smtp.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YzEk+G5WC6cb; Fri, 15 Mar 2013 13:06:43 -0700 (PDT) Original-Received: from penguin.cs.ucla.edu (Penguin.CS.UCLA.EDU [131.179.64.200]) by smtp.cs.ucla.edu (Postfix) with ESMTPSA id 0CBA0A60054; Fri, 15 Mar 2013 13:06:43 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130219 Thunderbird/17.0.3 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 131.179.128.62 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:157893 Archived-At: Thanks, Juanma, I discovered that typo as well, and fixed it in the trunk as you suggested. I caught the typo by using "./configure --enable-gcc-warnings", a practice that's saved me a lot of grief in the past.