[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: fileio.c "#if 0" block
From: |
Stefan Monnier |
Subject: |
Re: fileio.c "#if 0" block |
Date: |
Thu, 03 Mar 2005 18:44:15 -0500 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) |
> i'm doing some emacs-on-vms munging, and see a big "do not disturb"
> block in fileio.c. is that message supposed to be in absolute spirit,
> or is it ok to touch that code in the name of maintenance?
I have no idea what "do not disturb" message you're referring to.
But as a general rule, there's no taboo in the code, so you can change
anything you want. OTOH if there's such a sign, it probably indicates that
there's something tricky going on; more than meets the eye.
Stefan