From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ulrich Mueller Newsgroups: gmane.emacs.devel Subject: typo in precious.c? Date: Thu, 11 Dec 2008 09:00:22 +0100 Message-ID: <18752.51350.842678.660681@a1ihome1.kph.uni-mainz.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1228982453 30093 80.91.229.12 (11 Dec 2008 08:00:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Dec 2008 08:00:53 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 11 09:01:57 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 1LAgUe-0007wi-Ak for ged-emacs-devel@m.gmane.org; Thu, 11 Dec 2008 09:01:56 +0100 Original-Received: from localhost ([127.0.0.1]:50038 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAgTT-0005up-3f for ged-emacs-devel@m.gmane.org; Thu, 11 Dec 2008 03:00:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LAgTO-0005uL-Be for emacs-devel@gnu.org; Thu, 11 Dec 2008 03:00:38 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LAgTN-0005tz-VE for emacs-devel@gnu.org; Thu, 11 Dec 2008 03:00:38 -0500 Original-Received: from [199.232.76.173] (port=42413 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAgTN-0005tp-Pg for emacs-devel@gnu.org; Thu, 11 Dec 2008 03:00:37 -0500 Original-Received: from mx20.gnu.org ([199.232.41.8]:52367) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LAgTM-0007bd-Eu for emacs-devel@gnu.org; Thu, 11 Dec 2008 03:00:36 -0500 Original-Received: from a1iwww1.kph.uni-mainz.de ([134.93.134.1]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LAgTL-0008PE-Ny for emacs-devel@gnu.org; Thu, 11 Dec 2008 03:00:36 -0500 Original-Received: from a1ihome1.kph.uni-mainz.de (a1ihome1.kph.uni-mainz.de [134.93.134.75]) by a1iwww1.kph.uni-mainz.de (8.14.0/8.13.4) with ESMTP id mBB80MNB006181 for ; Thu, 11 Dec 2008 09:00:23 +0100 Original-Received: from a1ihome1.kph.uni-mainz.de (localhost [127.0.0.1]) by a1ihome1.kph.uni-mainz.de (8.14.0/8.14.1) with ESMTP id mBB80MGl017072; Thu, 11 Dec 2008 09:00:22 +0100 Original-Received: (from ulm@localhost) by a1ihome1.kph.uni-mainz.de (8.14.0/8.14.0/Submit) id mBB80M9N017067; Thu, 11 Dec 2008 09:00:22 +0100 X-Mailer: VM 8.0.2-487 under Emacs 22.2.1 (i686-pc-linux-gnu) X-detected-kernel: by mx20.gnu.org: Linux 2.6 (newer, 1) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:106792 Archived-At: In src/process.c, sname of system-process-attributes: DEFUN ("system-process-attributes", Fsystem_process_attributes, Ssystem_process_attributeses, 1, 1, 0, Probably it doesn't impair anything, but "attributeses" is a typo? Ulrich