Richard Stallman <[EMAIL PROTECTED]> writes: > I think the current situation is best, it fixed the bug that the behavior > was different when loading the .el file than when loading the .elc file. > > Sorry, I've decided I won't let this change remain installed. > We will not move towards increased use of custom-current-group. > > If there was a bug, we have to fix it some other way. > What was the bug?
The bug was that a define-minor-mode call would behave different when is was loaded from source then when loaded compiled. If it was loaded from an .el file it would actually use custom-current-group to determine a default :group, whereas if it was loaded from an .elc file, custom-current-group would never be used. I fixed it by letting an .elc file use custom-current-group as well. I'll change it now so that custom-current-group is never used. Lute. _______________________________________________ Emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
