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: Richard Stallman
Subject: Re: emacs -q -nw --color=never
Date: Thu, 25 Sep 2003 19:20:12 -0400

    >   /* 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.

That's the point--a user could specify -2 or -1000.
It may as well do something predictable.




reply via email to

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