From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: rename and clean unexec.c Date: Wed, 28 Jul 2010 23:53:15 +0300 Message-ID: <83aapbcoqs.fsf@gnu.org> References: <83hbjjcxex.fsf@gnu.org> <87sk33pdpf.fsf@telefonica.net> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: dough.gmane.org 1280350407 22633 80.91.229.12 (28 Jul 2010 20:53:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 28 Jul 2010 20:53:27 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?utf-8?Q?=C3=93scar_Fuentes?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 28 22:53:24 2010 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.69) (envelope-from ) id 1OeDcy-0002wc-3n for ged-emacs-devel@m.gmane.org; Wed, 28 Jul 2010 22:53:24 +0200 Original-Received: from localhost ([127.0.0.1]:50625 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OeDcx-0006wj-H8 for ged-emacs-devel@m.gmane.org; Wed, 28 Jul 2010 16:53:23 -0400 Original-Received: from [140.186.70.92] (port=37060 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OeDcs-0006we-Fi for emacs-devel@gnu.org; Wed, 28 Jul 2010 16:53:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OeDcr-0007Xr-4S for emacs-devel@gnu.org; Wed, 28 Jul 2010 16:53:18 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:63639) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OeDcq-0007Xd-UM for emacs-devel@gnu.org; Wed, 28 Jul 2010 16:53:17 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0L6A00B00CFZVW00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Wed, 28 Jul 2010 23:53:11 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.70.53.180]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L6A006YFCOM0HH0@a-mtaout20.012.net.il>; Wed, 28 Jul 2010 23:53:11 +0300 (IDT) In-reply-to: <87sk33pdpf.fsf@telefonica.net> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:127946 Archived-At: > From: =D3scar Fuentes > Date: Wed, 28 Jul 2010 22:13:16 +0200 >=20 > Speaking as someone who is getting familiar with the code base, it = is > useful to see a hint on the name about its platform-specific nature= . unexec.c is not DOS-specific. It is for any platform that uses COFF. It just so happens that MSDOS is the only one that still does. > Putting some comment at the top of the file hurts nobody and helps = a > lot, though. That practice is already used on several files. I will do that, then, when I have time.