From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: fileio.c "#if 0" block Date: Sat, 05 Mar 2005 19:40:54 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1110071433 18510 80.91.229.2 (6 Mar 2005 01:10:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 6 Mar 2005 01:10:33 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 06 02:10:33 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D7kGg-0000Tz-V8 for ged-emacs-devel@m.gmane.org; Sun, 06 Mar 2005 02:09:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D7ka9-0002Of-Vo for ged-emacs-devel@m.gmane.org; Sat, 05 Mar 2005 20:29:21 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D7kZC-0001ZS-Dl for emacs-devel@gnu.org; Sat, 05 Mar 2005 20:28:22 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D7kZB-0001Yl-OF for emacs-devel@gnu.org; Sat, 05 Mar 2005 20:28:21 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D7kUd-0008WV-5m for emacs-devel@gnu.org; Sat, 05 Mar 2005 20:23:39 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D7jpH-0003Ir-85 for emacs-devel@gnu.org; Sat, 05 Mar 2005 19:40:55 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1D7jpG-0005zJ-UI; Sat, 05 Mar 2005 19:40:54 -0500 Original-To: ttn@glug.org In-reply-to: (message from Thien-Thi Nguyen on Sat, 05 Mar 2005 12:50:20 +0100) 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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:34234 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:34234 sorry, i did not quote the block precisely. the block begins w/: #if 0 /* PLEASE DO NOT DELETE THIS COMMENTED-OUT VERSION! (and goes on to surround a "DEAFUN" for Fexpand_file_name.) Now I see it. What is the problem? That is just a comment. Preserving that comment should not interfere with the changes you want to make.