emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs -q -nw --color=never


From: Eli Zaretskii
Subject: Re: emacs -q -nw --color=never
Date: Wed, 24 Sep 2003 20:35:52 +0200

> From: Richard Stallman <address@hidden>
> Date: Wed, 24 Sep 2003 08:47:04 -0400
> 
> I see you made some changes that would fix this bug, but there
> are other bugs too.
> 
> What do you think of this version?

AFAICS, the only real change is this fragment that is absent in the
current codebase:

>   /* Canonicalize negative numbers to -1.  */
>   if (mode < 0)
>     mode = -1;

I don't really object, but what problem would that solve?  The value
of `mode' is not supposed to be negative unless it's -1.

Did I miss any other changes in the version you suggested?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]