emacs-devel
[Top][All Lists]
Advanced

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

Re: custom-set-minor-mode


From: Richard Stallman
Subject: Re: custom-set-minor-mode
Date: Sun, 10 Apr 2005 12:48:34 -0400

    Otherwise Custom might get confused if something "simplifies" the
    non-nil value to `t', as I believe `define-minor-mode' does.  On the
    other hand, it is clearly documented that any non-nil value of the
    variable indicates an enabled mode.

Yes, any non-nil value *in the variable* should enable the mode.
So your change is clearly correct.

However, 0 as argument to the minor mode function is supposed to turn
the mode off.  Could you verify that still works right afetr your
change?  If it doesn't, another change in another place is probably
needed.





reply via email to

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