From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: typo in precious.c? Date: Thu, 11 Dec 2008 09:48:23 +0100 Message-ID: References: <18752.51350.842678.660681@a1ihome1.kph.uni-mainz.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1228985323 5451 80.91.229.12 (11 Dec 2008 08:48:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Dec 2008 08:48:43 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Ulrich Mueller" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 11 09:49:48 2008 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 1LAhEu-0003yz-Rl for ged-emacs-devel@m.gmane.org; Thu, 11 Dec 2008 09:49:45 +0100 Original-Received: from localhost ([127.0.0.1]:45554 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAhDj-00027j-Ie for ged-emacs-devel@m.gmane.org; Thu, 11 Dec 2008 03:48:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LAhDe-00027O-Qs for emacs-devel@gnu.org; Thu, 11 Dec 2008 03:48:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LAhDd-000276-5p for emacs-devel@gnu.org; Thu, 11 Dec 2008 03:48:25 -0500 Original-Received: from [199.232.76.173] (port=58062 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAhDd-000272-12 for emacs-devel@gnu.org; Thu, 11 Dec 2008 03:48:25 -0500 Original-Received: from yx-out-1718.google.com ([74.125.44.157]:5992) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LAhDc-00054j-Ne for emacs-devel@gnu.org; Thu, 11 Dec 2008 03:48:24 -0500 Original-Received: by yx-out-1718.google.com with SMTP id 34so420517yxf.66 for ; Thu, 11 Dec 2008 00:48:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=GjIxBh3pPOa6CRcej12GBLOa0jTiHts9J/qTqv3l3rs=; b=pRqGuB+4UbiGF4DZkgQCn/n9ViG+c00eXcTANOduPA6sxL8L7Sozx7TlmFuYOR36ri tBmtAUfbeyrF9+89brhfC5FDv8i1pHSYXh9ejKj0qWi9t5VfT3GypzjZPNXNqp/j71p3 JS7OiU43xUK70QhpywGUF3Fm5HsinaOQ41D1Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=ZSOJjm4OKtBYuC+JXMxh5/epjSrxm28sZhADeQCtLFE07aqsIr5AFvECVYxsVfEQzN +lGcIYxgthhk9RiUHBK/G3S84AyHNwookTenJlxLELokNgq+IuLG7l6A5OmBqu0PfTTl cgxL6d6IfRzN8T+21EnpWMrnUMrtFoyg7zom0= Original-Received: by 10.100.138.10 with SMTP id l10mr1849911and.25.1228985303640; Thu, 11 Dec 2008 00:48:23 -0800 (PST) Original-Received: by 10.100.13.13 with HTTP; Thu, 11 Dec 2008 00:48:23 -0800 (PST) In-Reply-To: <18752.51350.842678.660681@a1ihome1.kph.uni-mainz.de> Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:106793 Archived-At: On Thu, Dec 11, 2008 at 09:00, Ulrich Mueller wrote: > Probably it doesn't impair anything, but "attributeses" is a typo? Fixed, thanks. Juanma